You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# change data by adding 2 years to a single file
exiftool "-AllDates+=2:00:00 00:01:00" -verbose myfile.jpg
# change all files matching a pattern
exiftool "-AllDates+=2:00:00 00:01:00" -verbose *.jpg