trinodb / trino-gateway

https://trinodb.github.io/trino-gateway/
Apache License 2.0
122 stars 47 forks source link

Query distribution graph time is in UTC #369

Open vishalya opened 1 month ago

vishalya commented 1 month ago

Go to the dashboard, observe that the chart time is UTC and not in the local time. The time axis should be in local user time zone.

Chaho12 commented 4 weeks ago

Hmm that is wierd. on ours it is in local time (its 07:26 am) image

ytwp commented 3 weeks ago

Currently, it is using the server time zone, it should use the client time zone.🧐

Chaho12 commented 3 weeks ago

Ah i see. Would you like to make a fix @ytwp ?

ytwp commented 3 weeks ago

Ah i see. Would you like to make a fix @ytwp ?

Yeah, I will fix it