What Grafana version and what operating system are you using?
9.2.5, Windows 10
What are you trying to achieve?
I am trying to show data on line chart.
What happened?
I fetched the data with MSSQL datasource.
The data appears correctly in the table view. But when I switch to chart view, the data changes. Showing data from about 3 hours ago.
This is one way you could do it by changing getdate to you date time column, try it our for testing purposes only. as the above does not take into account daylight savings time.
Then you should see the grafana time adjust properly
Thank you very much, that solved my problem. I guess I’m using it in a production environment since there’s no daylight savings time in the area I live in.