Skip to content

Commit

Permalink
Makes time display 12h/24h according to locale.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemba committed Feb 11, 2019
1 parent 5e727c0 commit e3e79e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptmodules/supplementary/bashwelcometweak.sh
Expand Up @@ -90,7 +90,7 @@ function retropie_welcome() {
out+=" ${logo[$i]} "
case "$i" in
0)
out+="${fggrn}$(date +"%A, %e %B %Y, %r")"
out+="${fggrn}$(date +"%A, %e %B %Y, %X")"
;;
1)
out+="${fggrn}$(uname -srmo)"
Expand Down

0 comments on commit e3e79e2

Please sign in to comment.