find . -type f -a printf "%T@ %Td-%Tb-%Ty &p\n" | more
find: printf: unknown option


Oops. That should be -printf, with a dash. I'll edit the post. And surely you're interested in fixing the files that were created at a certain time, not the directories?

And in fact you probably should change the %T's to %C's in order to get ctime instead of mtime.

Peter