-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rounding to nearest xx minutes when adding hours #40
Comments
Working on this |
Instead of rounding the timestamps, it should only round the duration. This is due to avoiding double rounding failures and it would show the actual stamps in the history but the durations would be rounded. |
Not high priority and actually removing this for simplicity because the implementation was horrible. Will reopen (and reimplement) if requested by users. |
Well, one of these users would be me then. :D |
Okay, thanks for the feedback @kivoli ! I'll try to get it back and also implement it in a better / more maintainable manner. |
Settings for rounding:
Off
5 min
10 min
15 min
30 min
The text was updated successfully, but these errors were encountered: