Skip to content

Instantly share code, notes, and snippets.

@jgonera
Last active January 24, 2018 05:43
Show Gist options
  • Save jgonera/1f8708e1827d172065b1e53c5e00d5c9 to your computer and use it in GitHub Desktop.
Save jgonera/1f8708e1827d172065b1e53c5e00d5c9 to your computer and use it in GitHub Desktop.

Check dates of an image

exiftool file.jpg | grep Date

Shift dates by +7 years, 10 months, 20 days of all files in current directory

exiftool "-AllDates+=7:10:20 0" -overwrite_original .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment