by: Helge, published: Aug 1, 2009, updated: Oct 28, 2010, in

How to Easily Fix Wrong Timestamps on Files from your Digital Camera

Ever had the situation where by some mishap the file times on your digital images got changed and there seemingly was no way of knowing when a picture was taken any more? In most cases that can be remedied easily.

Most digital cameras write an astounding number of things directly into the image file, into a special section called EXIF. Among that information is the date and time the image was taken! You can check if your images have this information by opening a file in IrfanView and pressing “i”.

Now the hard part. How to transfer the time stored in the file to the file itself? With the right tool, it is amazingly eazy. Download the great ExifTool and use the following command to have the times of all image files of an entire directory corrected:

"exiftool(-k).exe" "-DateTimeOriginal>FileModifyDate" "Path to a directory"
Previous Article Canon EOS 350D and Windows 7 x64 - Where are the Drivers, Canon?
Next Article Puzzle: Delete Directory Content Without Deleting the Directory Itself (on the Command Line)