mozilla / missioncontrol

Real-time monitoring of Firefox release health
Mozilla Public License 2.0
21 stars 18 forks source link

Make it clear times in missioncontrol are in user's local time #148

Closed wlach closed 7 years ago

wlach commented 7 years ago

We should probably specify underneath the graphs pictured that all times are in the user's local time zone.

Probably just a simple string like:

`Times are based on this timezone: ${Intl.DateTimeFormat().resolvedOptions().timeZone}`

You should be able to make the changes in this file:

https://github.com/mozilla/missioncontrol/blob/master/frontend/ui/detailview.jsx