psinger commented on issue #4250: Tz-aware datetime.datetime cannot be converted to datetime64 unless utc=True URL: https://github.com/apache/incubator-superset/issues/4250#issuecomment-359007738 If one changes ``pd.to_datetime(df[DTTM_ALIAS], utc=False, format=timestamp_format)`` in viz.py to ``pd.to_datetime(df[DTTM_ALIAS], utc=True, format=timestamp_format)``, it works. But that does not seem to be the best solution as datetime might be tz aware.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
