IzakMarais / reporter

Service that generates a PDF report from a Grafana dashboard
Apache License 2.0
963 stars 309 forks source link

Timezone support #271

Open bubval opened 3 years ago

bubval commented 3 years ago

This allows the user to configure the timeframe timezone on-the-fly.

from=now-6h&to=now&timezone=UTC Mon Jan 25 05:24:01 UTC 2021 to Mon Jan 25 11:24:01 UTC 2021

from=now-6h&to=now&timezone=MST Sun Jan 24 22:24:30 MST 2021 to Mon Jan 25 04:24:30 MST 2021

NoelzeN commented 2 years ago

@IzakMarais any chance we can get this? I have a setup where I have one server but the Grafana Dashboards are in different timezones, having a variable to set the timezone for the report would be awesome (In Grafana itself it is possible to set the timezone per dashboard but in the report it still shows UTC for the time range)