NiklasRosenstein / myo-python

Python bindings for the Myo SDK
Other
259 stars 102 forks source link

UTC timestamps for myo data? #101

Open EigenSpiral opened 2 years ago

EigenSpiral commented 2 years ago

Hi, Are the timestamps for the data UTC? If not, is there a way I could get UTC timestamps?

stevelaclasse commented 2 years ago

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.