e.g. android busybox command:
busybox ls -ls foldername/
outputs are:
Jan 1 2015
or
Oct 16 14:18
The first one doesn't show time while second one does not show year.
How to make the output show complete date time e.g.Oct 16 2019 14:18
?