LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   changing the time in the system tray (https://www.linuxquestions.org/questions/general-10/changing-the-time-in-the-system-tray-338853/)

alejan74 06-30-2005 04:46 PM

changing the time in the system tray
 
to whom it may concern,

I'm new to linux,. Is there a way to change the time in the sytem tray from miltary time format to 12 hour format. if so, any feedback will be great

alejan74

laceupboots 06-30-2005 07:55 PM

Right click on the clock and you should get a menu. Click on Date and Time Format
Change the HH or hH code to PH or pH.

Time format codes:


HH - The hour according to a 24-hour clock, using two digits (00 to 23).


hH - The hour according to a 24-hour clock, using one or two digits (0 to 23).


PH (uppercase eye) - The hour according to a 12-hour clock, using two digits (01 to 12).


pH (lowercase ell) - The hour according to a 12-hour clock, using one or two digits (1 to 12).


MM - The current minute using two digits (00 to 59).


SS - The current second using two digits (00 to 59).


AMPM - Either “am” or “pm” depending on the hour. Useful with PH or pH.


Or you can use the hwclock command.
I've never used the command so you will have to check the man pages.


All times are GMT -5. The time now is 01:33 AM.