Bash's ls can show different time formats when used with the -l option:
alias ls='ls --color=auto' alias l='ls -ha -l --time-style=long-iso'