Rounding strategy should be different for start and for end time #320
QuAzI
started this conversation in
Feature ideas & discussions
Replies: 1 comment 3 replies
-
I think there are three rounding strategies available:
To me, the rounding-to-the-nearest strategy would seem most natural, e.g.:
Especially when rounding with larger rounding values, such as
I understand that this might be a matter of personal preference, though. My thinking is that it’s important that the rounding strategy is the same for both start and end time, so that rounding errors even out over time – i.e., sometimes you win, sometimes you lose. Otherwise, if the start time is always floored and the end time is always ceiled, then you’d always “win” a few minutes. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently rounding always looks into the future
But start time always should be in past (or from prev task which just closed)
Beta Was this translation helpful? Give feedback.
All reactions