Bug 84157

Summary: Gdm show time in wrong format
Product: [Retired] Red Hat Linux Reporter: Leonid Kanter <leon>
Component: gdmAssignee: Ray Strode [halfline] <rstrode>
Status: CLOSED CURRENTRELEASE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: kmaraas
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-11-10 20:49:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 79579, 100644    

Description Leonid Kanter 2003-02-12 21:29:36 UTC
Description of problem:

Default time format on gdm login screen is wrong. My current 
time is 23:11, but on gdm login screen it's 11:11 without any am/pm.
Most European locales (including my Russian) use 24-hours time format.

Version-Release number of selected component (if applicable):

2.4.1.3-1

Comment 1 Kjartan Maraas 2003-02-13 00:10:22 UTC
Turns out the translation was broken. You just change

"%a %b %d, %I:%M %p" to
"%a %b %d, %H:%M" in the translation to get the 24 hour equivalent.

I just checked the Ukrainian translation in GNOME CVS and it is indeed broken
just like the norwegian one was. I've fixed it upstream for my translation, but
I can't fix the other ones myself.