user preferred timezone not saved #2393
Closed
Comments
I can reproduce this neither in Graylog 2.0.3, nor on current |
It took me a while to reproduce it, apparently it only happens for some time zones in the
|
The correct one according to http://joda-time.sourceforge.net/timezones.html would be |
Also regarding https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. Currently we store all time-zones that don't belong to an area into Etc. |
edmundoa
added a commit
that referenced
this issue
Jun 21, 2016
Adding Etc is incorrect and fails when parsint the zone in the server. Instead we are adding an unclassified section for organisational purposes, where we can place all time zones without area. The area is now removed from those entries in the dropdown and will not be send to the server. Fixes #2393
joschi
added a commit
that referenced
this issue
Jun 29, 2016
* Reformat TimezoneSelect Also use more accurate names for area, and location variables. https://en.wikipedia.org/wiki/Tz_database#Names_of_time_zones * Do not add Etc area to time zones without area Adding Etc is incorrect and fails when parsint the zone in the server. Instead we are adding an unclassified section for organisational purposes, where we can place all time zones without area. The area is now removed from those entries in the dropdown and will not be send to the server. Fixes #2393
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
if you create a user and set the timezone from UTC to something else and update the user the message "user has updated" was shown in green bar, and it is displayed on the page.
But after reload or leaving the side it is switched back to UTC
Steps to reproduce the problem
Environment
The text was updated successfully, but these errors were encountered: