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

The standard panel of LXDE - http://wiki.lxde.org/en/LXPanel
Locked
Garret
Posts: 6
Joined: Sun May 30, 2010 9:09 am
Location: Palermo, Italy
Contact:

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

Post 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?
Marty Jack
Posts: 381
Joined: Mon Mar 23, 2009 5:14 am

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

Post by Marty Jack »

For the record, works fine on my system.
Garret
Posts: 6
Joined: Sun May 30, 2010 9:09 am
Location: Palermo, Italy
Contact:

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

Post 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?
Locked