Tyler Floyd

Results 2 comments of Tyler Floyd

Sorry, @austinyearlykim and @chiefsmurph I have not been checking this and I was not getting notifications! 😓 Send pull requests and I will get them in ASAP.

> I fixed it myself by converting it to int64 > > ``` > if not df.empty: > df.index = pd.to_datetime( > (df.index * 1e9).astype('int64'), utc=True, > ).tz_convert(NY) > ```...