How to provision Grafana with a default timezone

  • What Grafana version and what operating system are you using?
    Grafana v9.3.6

  • What are you trying to achieve?
    I have deployed a Grafana helm chart with ansible. I have a values.yaml file that follows the same structure as this.
    By default, Grafana uses my browser’s timezone (UTC+2) for everything timestamp related.
    I want to configure it so that it uses UTC as the default for all users on the dashboard, that way I don’t have a 2 hour offset between the timestamps in Grafana and the timestamps in my datasource.
    Where can I do this in the values.yaml file? I know it can be normally done in a grafana.ini file but since I am only using a yaml file for the configuration I am not sure how to achieve this.

Thank you in advance!