OK try "ls -cl"
Add name of owner of the file (ie. under username you created it) so should be like
find / -mtime -10 -owner <username>
Well, looking all around I found that every where ie. man pages of ls, find etc. are talking about last modification / file status change time but no one is talking about file creation. Means.. linux do not really have difference between last modification and creation time. Though I am not sure about this as have to look into it a bit more.