-
Notifications
You must be signed in to change notification settings - Fork 76
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
Times appear to be recorded in local timezone #132
Comments
Even though timetrace is still at v0.10.0, I'd like to maintain backwards-compatibility. So there are three options to switch to UTC:
@aligator PTAL |
I would say we should add an automatic conversion which is run the first time someone uses timetrace in the new version. (we can add something like a file with a version number somewhere in the .timetrace folder to indicate a new file-format.) As I recently had a similar requirement at my daily work, I noticed some things to be aware of when using UTC in the "backend" and any localtime in the frontend:
An additional suggestion:
--> Actually this is no easy task but we should change the saved values to UTC. |
When changing timezones the results from
timetrace list records today
do not change. Times should be recorded in UTC and displayed relative to the current timezone.The text was updated successfully, but these errors were encountered: