We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d61bc commit 12f37b7Copy full SHA for 12f37b7
1 file changed
freqtrade/rpc/rpc.py
@@ -1546,7 +1546,7 @@ def _convert_dataframe_to_dict(
1546
1547
# band-aid until this is fixed:
1548
# https://github.com/pandas-dev/pandas/issues/45836
1549
- datetime_types = ["datetime", "datetime64", "datetime64[ns, UTC]"]
+ datetime_types = ["datetime", "datetime64", "datetimetz"]
1550
date_columns = dataframe.select_dtypes(include=datetime_types)
1551
for date_column in date_columns:
1552
# replace NaT with `None`
0 commit comments