I have a loop over files. So the file can be accessed with $f. I'd like to know if the file was created after a certain date and time
for example let's pick a time : 2015-05-22 and 14:11:00 I'd like to know if the file was created after that time
I know this is a way to find them How to use 'find' to search for files created on a specific date? but I want to check a file I'm looking instead. I'm already in a loop over all files. Also I need to check day and time.