grafana / clock-panel

Clock Panel Plugin for Grafana
MIT License
95 stars 62 forks source link

Add option to render using the dashboard timezone #159

Closed academo closed 1 year ago

academo commented 1 year ago

Adds a new option in the panel to use the same timezone as the dashboard image

The dashboard timezone is the same as the browser by default but can be changed in the time range selection

image

  1. Change the time range
  2. Change time settings
  3. Select a different time zone

With this option selected, not only the time will display the dashboard timezone but it'll be also take in consideration for count ups and count downs.

Closes https://github.com/grafana/clock-panel/issues/135