carpentries / amy

A web-based workshop administration application built using Django.
https://amy.carpentries.org
MIT License
109 stars 72 forks source link

All timestamps should include timezone #2628

Closed maneesha closed 2 months ago

maneesha commented 2 months ago

In the automated emails, we can see the date and time emails were created at, last updated at, and scheduled. This time stamp should include the timezone.

pbanaszkiewicz commented 2 months ago
  1. confirm datetime is displayed in UI in UTC timezone;
  2. add "UTC" to the displayed format in UI
  3. apply to all datetimes in UI