For some reason my local browser time isn’t being used on my grafana dashboards. I’ve set my “Timezone” setting my profile to “Browser Time”, and I’ve verified in a javascript console (new Date()
) that my browser timezone is set correctly, but for some reason my grafana dashboards all still want to use UTC.
As you can see from the new Date()
output my local browser time is present and what I expect (PDT, not UTC), yet my dashboards are all still using UTC.
Any tips for troubleshooting? This only seems to be a problem in Firefox. It’s working as expected (using my local browser time) in LibreWolf and Brave.