Hello,
I am using Grafana v10.4.1 (d3ce857c0e) on Windows.
I have an DateTime problem.
In my Database I have values like:
2024.07.07 23.00.00.000Z
2024 07.08 02.00.00.000Z
In Grafana the setting for Timezone in Browsertime (UTC+2 right now).
When I read the data from my db, it is displayed like this:
2024.07.08.01.00.00.000 (UTC+2)
2024.07.08 03.00.00.000 (UTC+2)
This is somewhat ok, because it is the correct time and date.
But when I group by date in the query, these timestamps are on two different dates in UTC,
and not correctly grouped for my purpose.
How to get around this? I dont want to save in localtime, because… yeah… daylightsaving.
Thank you!
6 posts - 3 participants