-
Notifications
You must be signed in to change notification settings - Fork 80
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
[Bug]: Hour change #242
Comments
Hello! Thank you for the feedback. Can you explain a little bit more how it could be effectively accounted for? |
Hi, I think one possible solution is to put timestamp relative to Greenwich time, so the change of hours is always accounted for.
Tell me what do you think about this possible sol! |
Hey 👋 I'm not sure I understand correctly the problem you encountered, to me it looks like the time change is already correctly handled, even the double interpretation of |
Oke, no clue, well check again in 6 months then. |
@Flecart Thank you for the clarification! Currently timestamps are saved as unix epoch timestamps, which doesn't have time zone, and time zone is applied on the ui according to the system time. Because of that when time zone changes, times are changed in the app but durations are preserved. For example if current time is 15:00, time zone is +2gmt, and activity is started at 13:00, it will show duration of 2 hours. When the time zone changes to +1gmt, current time will be 14:00, and the app will show that the activity was started at 12:00, so it duration will still be 2 hours. One thing thought, is the app currently needs to be restarted to correctly show new times everywhere, on widgets, notifications etc. Probably could look into this and fix somehow, to avoid confusion when time zone changes. Thank you for pointing this out! |
Hi, some countries there is a change of hour two times a year. here It seems that the application doesn't effectly count this effect when it happens.
The text was updated successfully, but these errors were encountered: