Wrong date / metric shown

Hello,
GRAFANA have dates in UTC but my metrics are in CET (UTC+1) and my browser shows CET information in graphs so I have a delay of one hour before seeing the current values with a wrong date in my browser, how can I get good current dates / metrics ?

I found a solution but is there a parameter I can set somewhere in GRAFANA to get good time/values ?

For the solution I use this query in a graph : SELECT (metric_date AT TIME ZONE ‘CET’) AT TIME ZONE ‘UTC’ AS “time”,

Regards.