Time Stamp Decoding

General Q&A specific to RaceCapture/Pro. For app related questions post in the RaceCapture App forum. also see the <a href="http://www.autosportlabs.net/RaceCapture">RaceCapture Information Page</a>

Moderators: JeffC, rdoherty, stieg, brentp

Post Reply
dimondjack
Posts: 101
Joined: Tue Jan 15, 2013 1:37 pm

Time Stamp Decoding

Post by dimondjack »

How do I decode the UTC time stamp to a real time? I tried decoding it as GPS time but online the stamp came out to 2026 which I know isn't right.

A sample time stamp is: 1467460079480

Thanks.

dimondjack
Posts: 101
Joined: Tue Jan 15, 2013 1:37 pm

Post by dimondjack »

After some research, I may have solved this one as well. I think the time is actually Unix time. It starts at 1/1/1970 GMT and is the # of milliseconds since then. If you are using excel, you need to convert it in to days since 1/1/1970 and then add "1/1/1970" (use the quotes) to it. Seems to give a reasonable date and time.

rdoherty
Posts: 215
Joined: Fri Mar 08, 2013 3:32 am

Post by rdoherty »

You are correct, the UTC channel is unix time in milliseconds. Most software and programming languages have tools for converting a unix timestamp into a human-readable date format.
Ryan Doherty
Autosports Labs

Post Reply