You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task Description:
We need to convert all time functions to work with UTC timezone instead of local time. This includes database.
Deliverable(s):
All uses of time in the server code should work with UTC.
Additional Context:
We should be okay if the time is not exposed to the consuming clients. However, /api/v1/themes/versions returns created_at which is in UTC. Without storing time in UTC, we need code to convert the timestamps to UTC.
Let's simplify the server code by making it work with UTC by default. Luxon has good support for this.
Reminders:
Assign task to a project (required)
Assign task to a sprint (required)
Assign task to a developer (optional)
The text was updated successfully, but these errors were encountered:
Task Description:
We need to convert all time functions to work with UTC timezone instead of local time. This includes database.
Deliverable(s):
All uses of time in the server code should work with UTC.
Additional Context:
We should be okay if the time is not exposed to the consuming clients. However, /api/v1/themes/versions returns
created_at
which is in UTC. Without storing time in UTC, we need code to convert the timestamps to UTC.Let's simplify the server code by making it work with UTC by default. Luxon has good support for this.
Reminders:
The text was updated successfully, but these errors were encountered: