-
Notifications
You must be signed in to change notification settings - Fork 12.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
Should be able to set time correction default (and override) in config #1200
Comments
I agree, should be global config to set the default for this! Will add in next release! |
I'll give you another turn around this issue. Imagine you use Grafana as a dashboard to control diferent services around the world, and your business runs in diferent timezones. How can you handle that? If I have three dashboards to check service status in China/EEUU/Europe, I'll see only UTC but calculations to correct timezone will be needed by user. So, can we improve this adding also on dahsboard an option to correct timezone (maybe a simple dropdown list in templating, as a parameter). I don't know if any other people have this kind of situation, but I think it will be a really useful, for dashboard users. |
yea, it would, will take a long time to implement, so a PR is welcome :) |
Time correction seems to default to browser and all of our graphs are (or were) in UTC. Now they're in a mix as the time correction defaults to browser (which is absolutely the wrong default) and is saved with the graph. So, our old graphs are in UTC and the new graphs depend on whether the author remembered to set it or not.
Please add a configuration point for forcing the default to be UTC. Even better would be allowing an override so we can force all graphs to be saved with a UTC timezone and nobody gets tripped up by trying to debug in multiple timezones (all our servers are, naturally, set to UTC to avoid timezone confusion).
The text was updated successfully, but these errors were encountered: