Using SetFile to change file creation date produces wrong date
I have a PDF file for which I'd like to change the creation date to Dec. 4, 1948. I have the developer tools. I loaded up Terminal and typed:
SetFile -d '12/04/1948 12:00:00' filename.pdf
But it changed the creation date to Jan. 9, 2085 instead. I wonder if it sees '12/04/1948' and rather than seeing a date it does some calculation instead, arrives at a number, and maybe moves the file's date forward for that number of days? Well, I'm not sure what's happening.
If I surround the date and time with a double-quote instead of single-quote the same thing happens.
iMac 24″