-
What Grafana version and what operating system are you using?
v11.0.0 -
What are you trying to achieve?
Print the selected time range in the selected time zone with format YYYY-MM-DD HH::mm::ss TZ -
How are you trying to achieve it?
<div style="font-size: 16px;">
Selected Time Range : ${__from:date:YYYY-MM-DD HH\:mm\:ss} to ${__to:date:YYYY-MM-DD HH\:mm\:ss}
</div>
-
What happened?
The selected time is printed, but it is in local time. -
What did you expect to happen?
Have the selected time printed in the set time zone. All of our data is stored in UTC, that is how we want to view it, that is the time zone set for the dashboard, and that is how we want it printed in the text panel -
Can you copy/paste the configuration(s) that you are having problems with?
N/A -
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
No errors. -
Did you follow any online instructions? If so, what is the URL?
No