Set ls -l time format
If you define an alias such as
alias ls='ls --time-style=long-iso'
then ls
invocations which end up displaying dates will use that.
If you define an alias such as
alias ls='ls --time-style=long-iso'
then ls
invocations which end up displaying dates will use that.