-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
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
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
This was requested again today and seems like a nice quality of life improvement. |
@jordan to coordinate |
will be great future |
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
added
the
branch-release-23.1
Used to mark GA and release blockers, technical advisories, and bugs for 23.1
label
Feb 6, 2023
abarganier
added
T-kv-observability
and removed
T-observability-inf
A-observability-inf
labels
Feb 27, 2023
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]>
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)
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
The text was updated successfully, but these errors were encountered: