Skip to content

Instantly share code, notes, and snippets.

@ciastek
Created June 8, 2014 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ciastek/4f37888d82b805848cd2 to your computer and use it in GitHub Desktop.
Save ciastek/4f37888d82b805848cd2 to your computer and use it in GitHub Desktop.
JPG+EXIF, add timezone info
EXIF doesn't support timezone info, but XMP do.
Add XMP tag with timezone info based on EXIF tag:
$ exiftool '-xmp:dateTimeOriginal<${CreateDate}+02:00' dir-with-images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment