Plotly uses my local timezone when having dates as data

Hi,

If I understand correctly, Plotly uses the local timezone of the machine by default to avoid DST problem, right?
But actually I would like to see the datetime stuff in exactly that specific time of the data.

Is there any “trick” to achieve that?
I’ve tried to override Date object of Javascript before loading Plotly.js. but I don’t now exactly which Date’s prototype function Plotly is using in this case.

Thank you!

1 Like

See

for more info on the topic.

1 Like