Find files modified in the last hour

find /var/www -type f -mmin -60 -printf '%TY-%Tm-%Td %TH:%TM  %pn' | sort