Issue with Time Display in Dashboard Panels

Hello,

I created two panels in the dashboard, but the time information is inconsistent.

Even though I am reading the data from a single workbench (where all the data is collected and displayed), each panel shows a different time. I tried to change to diferent timezones.

Welcome @barbora2

Is your datetime UTC?

No, UTC+3

Do you have the same query for these two panels?

What do you see in a table view for every panel?

Yes, the query is the same.
The time looks correct in both panels when viewed in table view.

is it stored as UTC in your source or as UTC +3? can you provide a screenshot of time column in a Table view?

In my source, the time zone is UTC+3. I’m attaching screenshots of both panels. In the first panel, when I switch to table view the time is incorrect - you can see this by comparing it to my computer’s clock. But in 2nd - nothing changes.

When I change to UTC time zone in grafana, table views are showing correct time, but the graphics are not.

it’s better to change source to UTC, not have it as UTC+3

if not possible, try changing time series panel to xy chart with time as x axis - does it show time correctly?

1 Like