FuzzManager icon indicating copy to clipboard operation
FuzzManager copied to clipboard

[CrashManager] UI should support timezones

Open choller opened this issue 9 years ago • 2 comments

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.

choller avatar Oct 27 '16 00:10 choller

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 ?

posidron avatar Jul 15 '17 05:07 posidron

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.

choller avatar Jul 19 '17 21:07 choller