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

How to deal with DateTime in EXIF? #12

Open
bbengfort opened this issue Jan 13, 2015 · 0 comments
Open

How to deal with DateTime in EXIF? #12

bbengfort opened this issue Jan 13, 2015 · 0 comments

Comments

@bbengfort
Copy link
Owner

How do we deal with the DateTime in EXIF?

The problem is that the DateTime in EXIF doesn't come with any timezone indicators; the authors of the exif library simply use the local timezone when returning DateTime.

I reconfigured the system to attempt to lookup the GPS date time (which is then guaranteed to be UTC) - but then also had non-timezones automatically parse to GPS.

Should we add an errors listing into the file meta data to reflect this?

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

No branches or pull requests

1 participant