How to stop timestamp conversion for pandas dataframe?

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