I have some JPGs that I need to change the creation date of, to reflect the day that they were taken.
If I use touch, I can set the creation date earlier, but not later.
I'm using this command: touch -t 201209071000 pic.jpg
I changed a file's date to 2010 by mistake, and I can't get it back to 2012. But, I can change the date to 2009.
What am I doing wrong?
Thanks.
Even the app described here won't make the date later: http://hints.macworld.com/article.php?story=20060703160750583&query=change%2Bcreation%2Bdate
If I use touch, I can set the creation date earlier, but not later.
I'm using this command: touch -t 201209071000 pic.jpg
I changed a file's date to 2010 by mistake, and I can't get it back to 2012. But, I can change the date to 2009.
What am I doing wrong?
Thanks.
Even the app described here won't make the date later: http://hints.macworld.com/article.php?story=20060703160750583&query=change%2Bcreation%2Bdate