Grafna is 2hr late but shows as as actual time

Hi,

my Grafana show the data points on the wrong time. There is a difference of 2h.

In my MariaDB the time is correct, please see 11:25 o´clock.

The datapoint from this time stamp are shown in Grafana at 13:25 o´clock. Thats+2h.

Grafana use the Brower time of +2h.

FYI: My datapoints are in the Format: table. I can not use time series, because than no datas are shown in the graph.

Also see my pi Time.

Can anyone help me with my problem?




Welcome

Your datetine column needs to be utc or use a datetine to utc function on datetime field

1 Like

For example

convert_tz(timestamp,'Europe/Berlin','UTC')

1 Like