Check and modify a image file date and time using exiftool
Sometimes I experience that a image files date/time on the file system differ from the image metadata/EXIF info. I use this command to extract the date information available in the file $ exiftool -time:all -a -G0:1 -s filename.jpg The output from the command can be like [File:System] FileModifyDate : 2016:06:08 14:40:24+02:00 [File:System] FileAccessDate : 2016:09:01 […]