Hi,
I ran into a weird bug where my timestamps would be converted to my local time (PST). See the image below:
encountering the same problem for me.
df.reset_index(inplace=True)
df[‘Date’] = pd.to_datetime(df[‘Date’]).dt.date
df - Dataframe Object Name
[‘Date’] - Dataframe Column