It sometimes happens that when plotting some data the timestamp on the x-axis is displayed as UTC timezone.
Timestamp is created inside node_handler.py file
Files probably affected: components/plots/Plot.svelte
Proper flow should be:
- (backend) node_handler creates utc timestamp
- (frontend) based on the value inside vite.config.js it should convert timestamp to given timezone.
It sometimes happens that when plotting some data the timestamp on the x-axis is displayed as UTC timezone.
Timestamp is created inside node_handler.py file
Files probably affected: components/plots/Plot.svelte
Proper flow should be: