Getting Redhat 7.2 to display 12hr time instead of 24hr time


Do the following
at a shell prompt

$ date

...

%l   hour ( 1..12)

...

among the output will be the code to enable 12 hr time

right click the clock in the panel and change %H to %l

save and close

log out and restart your session



James McDonald