I changed the settings of the dashboard by setting Timezone to UTC, this corrected my problem, but I’m wondering if it will take into account the change in winter time or summer?
I might be wrong here, but I think the date values in your database must be in UTC in order for DST (summer/winter time) to work correctly.
If the values are in UTC you can keep the setting “Local browser time” and everything should be fine.
I’m using InfluxDB with Grafana and the time values written to the DB via custom scripts are always UTC. This has worked great so far.