$ find . -type f -print0 | xargs -0 ls --full-time

[puts on stripy shirt, blows whistle, gesticulates]

Unix foul. Using two commands where one would do. Five-yard penalty. First down.

$ find . -type f -a -printf "%T@ %Td-%Tb-%TY %p\n" | sort -g | cut -f2- -d' '

Peter

Edit: should be -printf, not printf