predict-idlab / plotly-resampler

Visualize large time series data with plotly.py
https://predict-idlab.github.io/plotly-resampler/latest
MIT License
1k stars 67 forks source link

tz-aware datetime pd.Series. -> tz information gets lost #210

Closed jonasvdd closed 1 year ago

jonasvdd commented 1 year ago

When passing a tz-aware non pd.DateTimeIndex (and thus not a pd.Series) to hf_x the .values is performed internally when parsing the hf_data kwargs; which removes the time-zone information; and will display the UTC time.

image

image

TODO: