MozillaSecurity / FuzzManager

A fuzzing management tools collection
Mozilla Public License 2.0
186 stars 47 forks source link

[CrashManager] UI should support timezones #256

Open choller opened 7 years ago

choller commented 7 years ago

The dates shown in the CrashManager UI are all UTC and should probably be adjusted to match the user's timezone. This can probably be done entirely on the client side using a JS library.

posidron commented 7 years ago

Do you want timezone support with a GeoIP database i.e https://github.com/Miserlou/django-easy-timezones or let the user set its own timezone in the User Settings i.e https://docs.djangoproject.com/en/1.11/topics/i18n/timezones/#selecting-the-current-time-zone ?

choller commented 7 years ago

I think allowing the user to set their timezone is the easiest approach right now and also has the benefit of not silently changing the UI behavior if we set UTC as the default for all users.