Skip to content
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

Time zone awareness #42

Open
lemonyte opened this issue Mar 2, 2024 · 0 comments
Open

Time zone awareness #42

lemonyte opened this issue Mar 2, 2024 · 0 comments
Labels
area: backend Server and other backend components help wanted Extra attention is needed priority: medium Medium priority

Comments

@lemonyte
Copy link
Owner

lemonyte commented Mar 2, 2024

The server should be aware that the time zone of all dates and times it deals with are in either Pacific Standard Time or Pacific Daylight Time, depending on the time of year. This should make it behave consistently regardless of the time zone in the location where it is deployed. Currently, the server treats all date and time objects as naive and local, so it will likely behave differently if deployed on a server configured in UTC, for instance.

@lemonyte lemonyte added help wanted Extra attention is needed area: backend Server and other backend components labels Mar 2, 2024
@lemonyte lemonyte added the priority: medium Medium priority label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: backend Server and other backend components help wanted Extra attention is needed priority: medium Medium priority
Projects
Development

No branches or pull requests

1 participant