@dana
To use multiple timezones in Grafana, you can follow these steps:
- Go to the Grafana dashboard where you want to display multiple timezones.
- Click on the "Settings" icon in the upper right corner of the dashboard.
- In the Settings menu, click on "Variables."
- Click on the "Add variable" button to create a new variable.
- In the Variable editor, give your variable a name (e.g. "Timezone"), select "Custom" as the type, and enter the timezone options you want to display (e.g. "UTC", "America/New_York", "Asia/Tokyo", etc.).
- Click on the "Save" button to save the variable.
- Now, go back to your dashboard and click on the "Dashboard settings" icon in the upper right corner.
- In the Dashboard settings menu, click on "Variables."
- Click on the "Add panel title" button to add a new panel.
- In the Panel editor, click on the "Add query" button and select the variable you created earlier.
- Configure your panel to display the time series or data you want to show for each timezone.
- Repeat steps 9-11 for each timezone you want to display on the dashboard.
- Save your dashboard and you should now see multiple panels showing data for different timezones.
By following these steps, you can easily display data from multiple timezones on a single Grafana dashboard.