fix(timezones): move from utc offsets to timezones

This fixed various issues related to calculating streaks, etc. Now we
appropriately handle time as it was, vs as it is relative to an offset.
This commit is contained in:
2024-03-11 13:13:26 -04:00
parent 8e81acd381
commit f1414e3e4e
12 changed files with 495 additions and 433 deletions

View File

@@ -120,7 +120,7 @@ sql:
go_type:
type: "string"
pointer: true
- column: "users.time_offset"
- column: "users.timezone"
go_type:
type: "string"
pointer: true