mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[GH-ISSUE #112] Standardize timezone handling in backend and database #81
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#81
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?
Originally created by @EddieTheCubeHead on GitHub (Mar 5, 2024).
Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/112
There's currently a weird and uncomfortable to work with mess of aware and naive datetime objects. Standardize the mess to use only naive UTC-time objects.
Acceptance criteria: core uses ONLY naive datetime objects in UTC time.
@EddieTheCubeHead commented on GitHub (Apr 10, 2024):
Done on #183