icefoganalytics / travel-authorization

0 stars 0 forks source link

Standardize Timezone Handling To UTC #161

Closed klondikemarlen closed 5 months ago

klondikemarlen commented 5 months ago

Fixes https://github.com/icefoganalytics/travel-authorization/issues/157

Relates to:

Context

Using the pattern developed in the elcc-data-management project, make sure that all app components use UTC by default. Time related data should only be converted to the User's timezone at the last minute, when displaying the data.

Implementation

:globe_with_meridians: Enforce UTC timezone in development and production builds.

Testing Instructions

  1. Run the test suite via dev test (or dev test_api)
  2. Boot the app via dev up
  3. Log in to the app at http://localhost:8080
  4. Not sure how to test the time settings as I haven't noticed anything weird about time stuff in this app. I looked around in production as well, but haven't seen anything with dates being weird.