Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support for different timezones #44

Closed
samiralavi opened this issue Apr 17, 2024 · 0 comments · Fixed by #58
Closed

Support for different timezones #44

samiralavi opened this issue Apr 17, 2024 · 0 comments · Fixed by #58
Assignees
Labels
enhancement New feature or request

Comments

@samiralavi
Copy link
Contributor

samiralavi commented Apr 17, 2024

The timestamp of the experiments when they are stored in the database is localized, which could be problematic for certain use cases that require showing the experiments in different time zones. This can be fixed by saving the UTC datetimes in the database and only convert them to the local time zone when displaying them.

Definition of Done:

  • Stored datetime in database in UTC
  • Display time on the frontend in local time zone
@samiralavi samiralavi changed the title Frontend Fix timezone Support for different timezones Apr 18, 2024
@safeamiiir safeamiiir moved this from Todo to In Progress in Aqueduct Project Apr 18, 2024
@safeamiiir safeamiiir moved this from In Progress to In Review in Aqueduct Project Apr 23, 2024
@safeamiiir safeamiiir linked a pull request Apr 24, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In Review to Done in Aqueduct Project Apr 25, 2024
@samiralavi samiralavi added the enhancement New feature or request label May 10, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants