List files sorted by modified time

$ find /some/path/ -printf "%T@\t%Tc\t%p\n" | sort -n | cut -f 2-