Better handling of locales #4
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
snorre/ajanottaja-backend#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Tracksare registered with correct UTC time, there is however nothing indicating which timezone the user tracked time in. When computing the calendar a user might experience that a tracked time is placed on the wrong date as Postgres will use the UTC time when calculating which date to place the tracked time in.To solve this the tracked time (and potentially targets) can include a new table column
timezonethat keeps track of which timezone time was tracked for. When getting the date of atrackwe can then get the start date with the correct time zone instead plain UTC.