-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2019 file shows 1989 timestamps #25
Comments
Hey hi and thanks a lot for the good words.
I have seen some cases of similar reports. Typically a parsing error from a
binary would result to a completely wrong date.
Do all timestamps have this wrong date ?
Sometimes some services have this issue idk why exactly. Usually the
service is the culprit.
…On Mon, 15 Feb 2021, 22:16 Juan Irache, ***@***.***> wrote:
Hi, congratulations for the module. Really useful.
I have a file shot in 2019 where the records show timestamps from 1989,
like "1989-12-31T00:00:06.000Z"
Could this be a problem in the parsing process? Or is the file corrupt in
some way?
I can share the file privately if you can have a look at it. Or if you can
provide instructions for debugging this I will follow them on my end.
Thank you.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVX43DHQVEQCFHDGZMYIDS7F6KJANCNFSM4XVIENNA>
.
|
Yes. All timestamps look like that
Sorry, what is the service in this context? I notice this other strange bit. See "local_timestamp"
One strategy I'm considering for my implementation is comparing the timestamps with file_ids.time_created, which seems correct, and if the difference is big apply the necessary offset. But I'm not sure if time_created is based on GPS time and would therefore be trust-worthy or not. Edit: I forgot. The timestamps look correct in the Virb Edit software, so there could be a way to find the necessary offset info, I guess. Here's the rest of the parsed data (except records, laps and sessions for brevity and some private details) in case it helps:
|
Hi @jimmykane Any thoughts on this? Would the workaround I suggested make sense? Thank you |
Just to report back, my workaround seems to produce good results:
|
Hi, congratulations for the module. Really useful.
I have a file shot in 2019 where the records show timestamps from 1989, like "1989-12-31T00:00:06.000Z"
Could this be a problem in the parsing process? Or is the file corrupt in some way?
I can share the file privately if you can have a look at it. Or if you can provide instructions for debugging this I will follow them on my end.
Thank you.
The text was updated successfully, but these errors were encountered: