Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to change the time zone in the UI console #40419

Closed
jasobrown opened this issue Sep 3, 2019 · 5 comments
Closed

Add ability to change the time zone in the UI console #40419

jasobrown opened this issue Sep 3, 2019 · 5 comments
Assignees
Labels
A-kv-observability A-webui-general Issues on the DB Console that span multiple areas or don't have another clear category. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@jasobrown
Copy link
Contributor

jasobrown commented Sep 3, 2019

Is your feature request related to a problem? Please describe.
We run our servers in the UTC timezone, but users would like would like to change the timezone in the UI console to something local to them self.

Describe the solution you'd like
It would be great to have a drop down or some other UI widget where the user can select the timezone, and all the graphs display in that timezone.

Jira issue: CRDB-5536

@awoods187 awoods187 added A-webui-general Issues on the DB Console that span multiple areas or don't have another clear category. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) labels Sep 3, 2019
@piyush-singh piyush-singh self-assigned this Mar 11, 2020
@awoods187
Copy link
Contributor

This was requested again today and seems like a nice quality of life improvement.

@piyush-singh piyush-singh assigned thtruo and unassigned piyush-singh Dec 10, 2020
@asubiotto
Copy link
Contributor

@jordan to coordinate

@z0mb1ek
Copy link

z0mb1ek commented Dec 16, 2022

will be great future

@blathers-crl
Copy link

blathers-crl bot commented Feb 6, 2023

Hi @dhartunian, please add branch-* labels to identify which branch(es) this release-blocker affects.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@dhartunian dhartunian added the branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 label Feb 6, 2023
@exalate-issue-sync exalate-issue-sync bot assigned abarganier and unassigned thtruo Feb 15, 2023
@abarganier abarganier assigned zachlite and unassigned abarganier Feb 27, 2023
@nkodali nkodali removed GA-blocker branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 labels Mar 8, 2023
craig bot pushed a commit that referenced this issue Apr 10, 2023
99848: ui: introduce foundations to support configurable timezone display r=zachlite a=zachlite

This commit adds the foundational dependencies and components needed to display timestamps in DB console in a user's preferred timezone.

Introduced:
- A dependency on `moment-timezone` in DB console and Cluster UI.
- A cluster setting: `ui.display_timezone`.
- A timezone context with a default value of "UTC". This enables backwards-compatability for cluster-ui components. No changes in cloud are needed, and cluster-ui components will continue to display timestamps in UTC.
- A context provider at the top of DB console's component tree.

Part of: #40419
Epic: https://cockroachlabs.atlassian.net/browse/CRDB-24406
Release note: None

Co-authored-by: Zach Lite <[email protected]>
@zachlite
Copy link
Contributor

Resolved by #101752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-kv-observability A-webui-general Issues on the DB Console that span multiple areas or don't have another clear category. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

No branches or pull requests