You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
There is timestamp that you can convert in "datetime" format with pandas.to_datetime(timestamp). You could easily then get the UTC time from this "datetime" value.
Hi,
Are the timestamps for the data UTC?
If not, is there a way I could get UTC timestamps?
The text was updated successfully, but these errors were encountered: