The Content Created timestamp (also called Date Created, Capture Time, or Date Taken) represents the moment the image content was originally recorded—i.e. when the camera captured the photo.
It is stored in image metadata (e.g. EXIF, IPTC, XMP) and describes a real-world event, independent of the file’s lifecycle on a computer.
Key point: Copying or downloading a file changes File Created, but not Content Created.
Key point: Editing metadata may update File Modified without affecting Content Created.
These timestamps define an exact moment in global time.
2024-03-10T14:32:05+01:00
These timestamps represent local clock time without timezone context.
2024:03:10 14:32:05
| Aspect | UTC Offset (+01:00) | Geopolitical Timezone (Europe/Berlin) |
|---|---|---|
| Encodes location | No | Yes |
| Handles DST | No | Yes |
| Changes over time | No | Yes (based on rules) |
Important practical note:
Photo metadata standards generally do not provide a standardized way to store full geopolitical timezone identifiers
(e.g. Europe/Berlin). As a result, timezone information is typically stored as an absolute UTC offset
(e.g. +01:00 or +02:00).
This means:
For accurate interpretation, both the timestamp and its offset must be considered together.
Photo Date Adjustator will convert geopolitical timeszones into their respective absolute offset information when saving adjustments. Nevertheless, it makes sense to use geopolitical timezones over absolute timezone offsets in the application as it will allow you consistently shift photos between timezones, accurately representing daylight savings times, and only when persisting changes to the photo file, convert the timestamps accordingly to absolute timezone offsets.