You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prometheus always keeps data in UTC timezone, since servers usually run on GMT and that is the common time for correlating things from monitoring, logs, etc.
However, you can use timezone-related settings in Grafana.
Default
2020-11-30T03:27:53.686464Z
2020/11/30 03:27:53 Got message: {"timestamp":1606706095,"temperature":28.20,"humidity":91.10}
Hi,
Thanks for sharing your code. It has help me a lot
However it seems there is some timezone issue in the scraping.
I am in GMT +8 timezone.
At 2020-11-30T03:27:53.686464Z, it was in fact 2020/11/30 11:27:53, however the code is retrieving the pub/sub message at 2020/11/30 03:27:53.
I appreciate if you would guide me in overcoming this timezone issue.
Thanks
Rgds
Alvin
The text was updated successfully, but these errors were encountered: