Hello,
Next day, another problem
-
What Grafana version and what operating system are you using?
Grafana v10.4.2 -
What are you trying to achieve?
I want to know if it is possible to achieve this.
I have different data sources from different TimeZones, but all of those data are sent in UTC 0:00(Greenwich).
But the data set is always the same, all of those timestamps are used in the same way.
Like this:
“timestamp”:{“datetime”:“2024-01-16T12:46:34.382426”,“UTC”:“2024-01-16T12:46:34.382426”}
- How are you trying to achieve it?
I want to achieve such a situation when Grafana knows what is the TimeZone from different clients: Australia, Europe, or the USA.
On one graph I just want to switch clients and see different Times, not time from my browser nor the fixed TimeZone (for example UTC+1:00).
I want to present graphs with correct timestamps according to the client and specific situation.
As far as I know, there are no settings to set for specific variables/data.
Only I see that there is an option to set TimeZone for the whole Dashboard or one specific fixed TimeZone for a graph there is no possibility of changing it from another way.
I know that there is a solution to send data with the correct TimeZone from the source but this is impossible to achieve right now.