Hi there
I have a “Table” in the Dashboard with a column for the timestamp of the record.
With the simple “time” Garfana adopt the browser settings, with a date_format it doesn’t.
IMHO that’s handled by Grafana and not by mySQL.
Example:
SELECT
time AS “Time”,
date_format(time, “%H:%i:%s/%d.%m.%y”) AS “Zeit UTC”
Result:
Question:
Is there a way to do date_format with Grafana Browser setting about the timezone?
Thx
PS: Sorry if this is a double but i didn’t found a similar question. Grafana 9.3.2 on Linux (Self hosted)