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
When I write a pd.DataFrame (with timezone in timestamp as index) into InfluxDB, an error was raised: TypeError: Timestamp subtraction must have the same timezones or no timezones
at
When I write a pd.DataFrame (with timezone in timestamp as index) into InfluxDB, an error was raised:
TypeError: Timestamp subtraction must have the same timezones or no timezones
at
influxdb-client-python/influxdb_client/client/write/point.py
Line 163 in f2092a1
It would be better if the API converts timezone to UTC automatically.
The text was updated successfully, but these errors were encountered: