fjxmlzn / FindMyHistory

Track your Apple devices and look up their past location, battery levels, and more
MIT License
291 stars 31 forks source link

How to interpret location|timeStamp? #17

Open OlDirty89 opened 1 year ago

OlDirty89 commented 1 year ago

@fjxmlzn I don't understand the location|timeStamp. It says 1690396140000 in the CSV log. Anything wrong here? Time format in Terminal looks just fine.

image

Originally posted by @OlDirty89 in https://github.com/fjxmlzn/FindMyHistory/issues/4#issuecomment-1652948856

emilyboda commented 1 year ago

The location is in epoch time, which is seconds since January 1st, 1970. You can convert using this tool.