How to show date time with correct form. im gettng date and time like "05/11/2021, 21:28:17 PM" but the actual time is 2021-05-11 15:58:17.000

my date and time field coming incorrect.
actual it should be 05/11/2021, 15:58:00 PM but it showing in
05/11/2021, 21:28:17 PM”. i have used overrides on date time coulumn → data & time -
datetime local. how to get the correct time. its always coming time + 5:30 (HH:MM)

I strongly suspect that your source data is in local time rather than UTC (which is what grafana expects). You need to adjust either the way you are storing data, or your query

2 Likes

This topic was automatically closed after 365 days. New replies are no longer allowed.