where does EXIF:TimeZoneOffset (0x882a) come from

Started by calestyo, May 30, 2011, 10:39:02 PM

Previous topic - Next topic

calestyo

Hi.

Exiftool seems to support a tag TimeZoneOffset (0x882a).

Where does this come from?

Even in the most recent version (2.3) of the Exif standard this is not mentioned.


Cheers,
Chris.

Phil Harvey

Hi Chris,

Only the underlined tags in the EXIF tag name documentation are part of the EXIF standard.

The tag you mention is documented here:

http://www.broomscloset.com/closet/photo/exif/TAG2000-22_DIS12234-2.PDF

See the Image::ExifTool::Exif source code for all my references.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

calestyo

Hi Phil.

Thanks for the hint.

So this is an "official" tag via the TIFF/EP standard? Or is it just something that was mapped from TIFF/EP into exif.

Can it be actually used to give the Exif Date/time fields an unambiguous meaning?
What would I e.g. set, if I configure my camera to use UTC?


Thanks,
Chris.

Phil Harvey

Hi Chris,

Non-standard EXIF tags may be used for your own purposes, but don't expect other software to honour them.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

calestyo

So this basically means I cannot really use any of the nun-underlined tags... :-(