Reputation: 5583
I have some values as follow:
Time stamp= 46545775926
GPS TIME(S)= 1037863153
GPS TIME(US)=841354
I don't know which type of timestamp the time stamp is.How can I convert GPS TIME(S) and GPS TIME(US) to this time stamp format or the reverse?
Upvotes: 2
Views: 3885
Reputation: 3467
This is GPS time. (S) is number of seconds since Jan 6 1980, + leap seconds. (US) is number of microseconds.
Upvotes: 4