Tz-aware datetime.datetime cannot be converted to datetime64 unless utc=True code example
Example: ValueError: Tz-aware datetime.datetime cannot be converted to datetime64 unless utc=True site:stackoverflow.com
df['DateTime'] = pd.to_datetime(df['DateTime'], utc=True)