Fix timezone handling #46
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-tz"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Datetimes were being stored as local rather than UTC. I have fixed this so far, which means in the local db I am using there is a big jump between 2018-11-19 20:46:02 and 2018-11-20 02:47:02, where the former is in America/Chicago and the latter is in UTC.
Also fixed so far is the graph showing the wrong datetimes on the x-axis even though they are correct in the range picker.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.