Change creation date of a file
Hi guys!
I have a Digital Video File ending in .dv on an old CD. The file was created in on the 4th of September 2009 at 10:26 PM. I've converted the file to an .MP4. Now the file shows that it was created today, the 4th of November 2019. I want the file to indicate that it was create on the 4th of September 2009 at 10:26 PM. So I open up the terminal and I type touch -t 200709042226 then I drag the file on the terminal app and I get this result: MacBook-Pro:~ Samuel$ touch -t 2007090042226 /Volumes/PHOTOS/Video00001.mp4
Then I press enter. This command is supposed to change the creation date of the file, but it only change the modified date. I've read somewhere that in order to be able to change the creation date, the creation date must be older than the modification date (Something like that). Since the modified date of Video00001.mp4 was today, changing the date to the 4th of September 2009 at 10:26 PM should work. Instead, I'm just changing the modified date of the file. Can someone tell me what I'm doing wrong? Thanks for your advise!
MacBook Pro 13", macOS 10.13