Skip to content
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

Media created and modified numbers? #261

Open
jacobstasiewicz opened this issue Sep 24, 2021 · 1 comment
Open

Media created and modified numbers? #261

jacobstasiewicz opened this issue Sep 24, 2021 · 1 comment

Comments

@jacobstasiewicz
Copy link

Problem:
I am trying to record the time of creation for each file in the Gopro, using http requests I can see that the last video on the camera was recorded on 24-Sep-2021 13:24, but in the gpMedialist the "cre" and "mod" are both 1632489844. What is this number, I assumed it would be the time and date of the creation of the video.

Details:

  • GoPro Camera(s): Hero 9
  • Firmware Version: N/A
  • Steps to reproduce: HTTP requests gpMedialist
  • Happens every time? [Y/N]: Y
@MiniGod
Copy link

MiniGod commented Feb 11, 2022

1632489844 is a "unix timestamp". It's very common in software to use unix timestamps to represent time. They represent the number of seconds since Jan 1st 1970 UTC.

You can find converters online if you search for "unix timestamp".

1632489844 is 24-Sep-2021 13:24:04 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants