Page 1 of 1

The Digital Clock applet doesn't show the am/pm notification

Posted: Mon Sep 06, 2010 6:21 am
by Garret
On "Clock format" I put this:

Code: Select all

%A %d/%m  ::  %I:%M %P
and the result is:

Code: Select all

Monday 06/09 :: 08:20
while it should be:

Code: Select all

Monday 06/09 :: 08:20 am
My locale is en_GB UTF8
Why it doesn't work?

Re: The Digital Clock applet doesn't show the am/pm notification

Posted: Mon Sep 06, 2010 11:46 am
by Marty Jack
For the record, works fine on my system.

Re: The Digital Clock applet doesn't show the am/pm notification

Posted: Mon Sep 06, 2010 12:31 pm
by Garret
Marty Jack wrote:For the record, works fine on my system.
My rc.conf has:

Code: Select all

LOCALE="en_GB.UTF-8"
HARDWARECLOCK="UTC"
TIMEZONE="Europe/Rome"
KEYMAP="it"
Do maybe the timezone and/or the keymap influence this issue?