mterwill / office-hours-help-queue

A queue to help manage office hours for large courses
GNU General Public License v3.0
86 stars 21 forks source link

Pretty Print Timestamps in Statistics Page #213

Closed xand10 closed 2 years ago

xand10 commented 2 years ago

This pull request implements the functionality of #82.

Time strings have been switched to display in EDT (Eastern Time) from UTC, as well as being displayed in a more readable format.

Attempting to have the time displayed in the user's local timezone via the ruby ".localtime" function always resulted in UTC being displayed, so we set it to display in EDT as a compromise.

Original Format: image

New Format: image