

But this isn’t easy to do manually for lots and lots of newly converted DNG files. Okay, now we can check the date the photo was taken and update the creation date of the file. Once you have ExifTool, you can check the date the photo was taken by executing: $ exiftool -createdate In fact, I didn’t have to install this tool because it’s already bundled with Affinity Photo. This tool is so awesome that it’s even used by various commercial applications. This is fine except how do you know when a photo was taken? You could go to Lightroom (or some other application) to check but I prefer a command line interface. As it turns out, you can easily change the creation date of a file by simply executing the following terminal command (Mac/Linux): $ touch -t I would prefer if the creation date was the same date as when the photos were taken. A “problem” I noticed when converting my RAW files to DNG is that the file creation date of the DNG files is the date the conversion was done.
