-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Global timezones #5134
Global timezones #5134
Conversation
@@ -20,6 +23,12 @@ define(function () { | |||
value: 'MMMM Do YYYY, HH:mm:ss.SSS', | |||
description: 'When displaying a pretty formatted date, use this format', | |||
}, | |||
'dateFormat:tz': { | |||
value: 'Default', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this should be Auto detect or something similar?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd use either "browser" or "local" to try to make it clear how the detection is being done. Old versions of kibana used "browser"
Few small comments, otherwise looks good. |
Spent some quality time with this one. Changing the time zone does in fact change the |
way to go! |
Enables changing the application-wide timezone. Closes #1600