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

Wrong FileTime #1

Closed
ed-so opened this issue Oct 14, 2022 · 3 comments
Closed

Wrong FileTime #1

ed-so opened this issue Oct 14, 2022 · 3 comments

Comments

@ed-so
Copy link

ed-so commented Oct 14, 2022

Photos have wrong date.
In json file there are 2 different dates.
creationTime and photoTakenTime.
in my case photoTakenTime would be the correct time

@anderbggo
Copy link
Owner

Hi! I will check it

@daniaalnadir
Copy link

Yup just saw the same. Line 55, main.py
timeStamp = int(data['creationTime']['timestamp']) # Get creation time wants to be
timeStamp = int(data['photoTakenTime']['timestamp']) # Get creation time

@anderbggo
Copy link
Owner

Yup just saw the same. Line 55, main.py
timeStamp = int(data['creationTime']['timestamp']) # Get creation time wants to be
timeStamp = int(data['photoTakenTime']['timestamp']) # Get creation time

In my case both attributes had the same date. I will change it for this week for sure!

anderbggo added a commit that referenced this issue Oct 30, 2022
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

3 participants