Writing 2 values for 0x882a EXIF:TimeZoneOffset

Started by jotzet79, April 12, 2020, 12:46:38 PM

Previous topic - Next topic

jotzet79

Dear Friends of Exif-MetaData,
I'm trying to write 2 values for EXIF:TimeZoneOffset, which should be possible according to the docs, but it seems, that I'm doing sth wrong:

I set this via JSON using
  "EXIF:TimeZoneOffset": "-3,-3"
for TimeZone Information in South-America for instance...

What I get is:
Not an integer for ExifIFD:TimeZoneOffset

The Documentation states...
0x882a   TimeZoneOffset   int16s[n]   ExifIFD   (1 or 2 values: 1. The time zone offset of DateTimeOriginal from GMT in hours, 2. If present, the time zone offset of ModifyDate)

Do I have to set the "Sep" Separator argument, or do I have to format the values in a special way?

Thank you, and Greets from Vienna/AT,
Joachim

StarGeek

Just set the values, no commas, nothing extra.
exiftool -EXIF:TimeZoneOffset="3 3" <FileOrDir>
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

jotzet79