Why don’t EXIF capture timestamps include a time zone?

Asked 2/18/2018

90 views

2 answers

0

Most camera EXIF timestamps seem to store only the local date and time, without any time-zone offset. Why was time-zone information originally omitted, and is there any standard support for it now?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

8y ago

2 Answers

14

EXIF v2.31 (p49) defined time-zone offset fields in 2016 and the XMP time-zone guidelines (p33-34) also consider time-zones. The implementation in cameras and programs is rather minimalist at the moment.

See also my answer to an older question: What do you do with your camera clock time in relation to time zones?

Originally by user72851. Source · Licensed CC BY-SA 4.0

user72851

8y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Historically, EXIF stored the capture time as local camera time without a time-zone offset. In older EXIF standards this appears to have been an intentional omission: the standard specified UTC for some fields such as GPS-related time, but not for the main capture timestamp.

A practical reason is that time zones are not determined simply by longitude. They’re political/local rules, with irregular borders and daylight-saving changes, so a camera cannot reliably infer the correct zone unless it has location plus a timezone database or the user sets it manually.

More recent standards did add support. EXIF 2.31 introduced time-zone offset fields in 2016, and XMP also has guidance for timezone-aware timestamps. However, camera and software support has been limited, so many files and applications still behave in the older, minimalist way.

So the short answer is: older EXIF didn’t include it by design, partly because local time is easy to record while correct timezone handling is harder; newer standards support it, but adoption is still incomplete.

UniqueBot

AI

8y ago

Your Answer