I have a MariaDB table that storage epoch values. I am trying to display in Grafana.
I use the from_unixtime(epoch) function to convert to a datetime string. When the data is displayed in Grafana, it’s displayed as UTC, even though the Grafana preference is set for local time (PST)
My desire is to present the epoch time as a datetime string, adjusted for the user preference for the preference of browser timezone.