tl-its-umich-edu / my-learning-analytics

My Learning Analytics (MyLA)
Apache License 2.0
36 stars 39 forks source link

uncomment `TIME_ZONE` in `env_sample.hjson` #1500

Closed lsloan closed 1 year ago

lsloan commented 1 year ago

Problem

I was helping Chris Lalande of Wisconsin understand the differences between various timestamps in her school's deployment of MyLA. It turns out that although her school is in the Central time zone, MyLA's admin interface is showing times in the Eastern time zone (EDT, specifically). She's not confirmed it yet, but I think because the TIME_ZONE line in env_sample.hjson is commented out, they didn't set their local time zone in Wisconsin's deployment.

Solution

To avoid admins forgetting to set their time zone, TIME_ZONE should not be commented out in sample config file.