Time zone metadata handling appears incorrect #5709
Replies: 1 comment
-
|
Upon further digging I'm going to answer my own question. Found this page: https://docs.photoprism.app/developer-guide/metadata/exif/#notable-behaviors. So GPS location overrides time offset. EXIF does not have a prescriptive method for tie-breaking, and PhotoPrism appears to follow the Apple / Google convention. Oh well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am located in US Eastern timezone (GMT-04:00 when EDT). I recently noticed some pictures that were taken in France are ordered and displayed incorrectly.
I have an older camera that does not have GPS. When I travel, I leave the camera time in Eastern time. After I return I add GPS information based on pictures taken with my smartphone to these photos, and also add time offset to these photos.
A typical photo would have the following metadata:
Note:
However, when showing the photos in Calendar view, the display shows (for the file above) "Wed, Jul 05, 2016, 7:34 AM GMT+2", the GMT+2 reflecting the French time zone.
Furthermore, the photo appears to sort incorrectly. There is another photo taken from a phone with the following time data:
This photo has no GPS data but it displays as "Wed, Jul 06, 2016, 1:32 PM GMT+2". Based on converted time, the first photo should appear after this photo but it appears before.
My understanding is that in the absence of GPS time data, the photo create time should be normalized based on the date fields and time offset, not GPS time zone. Thus both photos should be normalized to UTC which is:
Then sorted accordingly, but Photoprism appears to ignore or mishandle the Offset Time fields.
Beta Was this translation helpful? Give feedback.
All reactions