dbconsole ui: after setting ui timezone cluster setting to EDT non-admin users continue to see UTC #108117
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Describe the problem
CockroachDB v23.1 introduces a way view timestamps in DB Console in your preferred timezone using the
ui.display_timezone
cluster setting.Setting this cluster setting to a non-UTC timezone results in admin users seeing the preferred timezone. However, non-admin users will continue to see UTC timezone, which is an unexpected result. All users (including non-admin users) should see timestamps in the preferred timezone when using the DB Console for that cluster.
To Reproduce
SET CLUSTER SETTING ui.display_timezone = 'america/new_york';
Example screenshots
Expected behavior
When a user configures the DB Console timezone display
SET CLUSTER SETTING ui.display_timezone = 'america/new_york';
All users accessing the DB Console should see timestamps displayed in that time zone (EDT).
Environment:
Jira issue: CRDB-30320
The text was updated successfully, but these errors were encountered: