public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/9867] no 12 hour clock or am/pm
       [not found] <bug-9867-716@http.sourceware.org/bugzilla/>
@ 2014-07-01 21:38 ` fweimer at redhat dot com
  0 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01 21:38 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=9867

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug localedata/9867] no 12 hour clock or am/pm
  2009-02-19  9:43 [Bug localedata/9867] New: " admin at nullsleep dot co dot uk
                   ` (4 preceding siblings ...)
  2009-02-24 16:22 ` admin at nullsleep dot co dot uk
@ 2009-03-29 12:18 ` pasky at suse dot cz
  5 siblings, 0 replies; 7+ messages in thread
From: pasky at suse dot cz @ 2009-03-29 12:18 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From pasky at suse dot cz  2009-03-29 12:17 -------
If GNOME does not give you the option to use 12-hour clock at all, I would say
that's a GNOME bug; I would say it should only adjust defaults according to the
locale information.

We already have a bug for en_GB having or not having ampm info.

*** This bug has been marked as a duplicate of 3768 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


http://sourceware.org/bugzilla/show_bug.cgi?id=9867

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug localedata/9867] no 12 hour clock or am/pm
  2009-02-19  9:43 [Bug localedata/9867] New: " admin at nullsleep dot co dot uk
                   ` (3 preceding siblings ...)
  2009-02-21  0:18 ` admin at nullsleep dot co dot uk
@ 2009-02-24 16:22 ` admin at nullsleep dot co dot uk
  2009-03-29 12:18 ` pasky at suse dot cz
  5 siblings, 0 replies; 7+ messages in thread
From: admin at nullsleep dot co dot uk @ 2009-02-24 16:22 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From admin at nullsleep dot co dot uk  2009-02-21 00:18 -------
ok, been playing about as i just found out this prob is not on my home server
and looked to find out why, and i kind of have, if i do locale on my server i get:

nullsleep nullsleep # locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
nullsleep nullsleep # date +"%p"
AM
nullsleep nullsleep #

on every thing else i get:

localhost nullsleep # locale
LANG=en_GB.utf8
LC_CTYPE="en_GB.utf8"
LC_NUMERIC="en_GB.utf8"
LC_TIME="en_GB.utf8"
LC_COLLATE="en_GB.utf8"
LC_MONETARY="en_GB.utf8"
LC_MESSAGES="en_GB.utf8"
LC_PAPER="en_GB.utf8"
LC_NAME="en_GB.utf8"
LC_ADDRESS="en_GB.utf8"
LC_TELEPHONE="en_GB.utf8"
LC_MEASUREMENT="en_GB.utf8"
LC_IDENTIFICATION="en_GB.utf8"
LC_ALL=
localhost nullsleep # date +"%p"
localhost nullsleep # 

I hope this helps?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW


http://sourceware.org/bugzilla/show_bug.cgi?id=9867

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug localedata/9867] no 12 hour clock or am/pm
  2009-02-19  9:43 [Bug localedata/9867] New: " admin at nullsleep dot co dot uk
                   ` (2 preceding siblings ...)
  2009-02-19 10:43 ` pasky at suse dot cz
@ 2009-02-21  0:18 ` admin at nullsleep dot co dot uk
  2009-02-24 16:22 ` admin at nullsleep dot co dot uk
  2009-03-29 12:18 ` pasky at suse dot cz
  5 siblings, 0 replies; 7+ messages in thread
From: admin at nullsleep dot co dot uk @ 2009-02-21  0:18 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From admin at nullsleep dot co dot uk  2009-02-19 10:43 -------
(In reply to comment #3)
> Sorry, it's not clear what "it" is - that depends on exactly what locale
> information GNOME uses to decide on whether to show 12-hour or 24-hour clock.
> Please ask GNOME developers about that - we need exact langinfo field or
> strftime format specifier name.

it is glibc, or so all the information i have got tells me, it is in
/usr/share/i18n/locale/en_GB, i just add: 

%
% Strings for AM/PM
%
am_pm   "<U0041><U004D>";"<U0050><U004D>"
%
% Appropriate AM/PM time representation (%r)
%       "%l:%M:%S %p"
t_fmt_ampm "<U0025><U006C><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
<U0025><U0070>"
 date_fmt	"<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
 <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
 <U0025><U005A><U0020><U0025><U0059>"
 
And Gnome uses the 12 hour clock then.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9867

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug localedata/9867] no 12 hour clock or am/pm
  2009-02-19  9:43 [Bug localedata/9867] New: " admin at nullsleep dot co dot uk
  2009-02-19  9:48 ` [Bug localedata/9867] " pasky at suse dot cz
  2009-02-19 10:37 ` admin at nullsleep dot co dot uk
@ 2009-02-19 10:43 ` pasky at suse dot cz
  2009-02-21  0:18 ` admin at nullsleep dot co dot uk
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pasky at suse dot cz @ 2009-02-19 10:43 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From pasky at suse dot cz  2009-02-19 10:37 -------
Sorry, it's not clear what "it" is - that depends on exactly what locale
information GNOME uses to decide on whether to show 12-hour or 24-hour clock.
Please ask GNOME developers about that - we need exact langinfo field or
strftime format specifier name.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=9867

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug localedata/9867] no 12 hour clock or am/pm
  2009-02-19  9:43 [Bug localedata/9867] New: " admin at nullsleep dot co dot uk
  2009-02-19  9:48 ` [Bug localedata/9867] " pasky at suse dot cz
@ 2009-02-19 10:37 ` admin at nullsleep dot co dot uk
  2009-02-19 10:43 ` pasky at suse dot cz
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: admin at nullsleep dot co dot uk @ 2009-02-19 10:37 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From admin at nullsleep dot co dot uk  2009-02-19 09:48 -------
(In reply to comment #1)
> strftime() with exactly what format string in exactly what locale should have
> exactly how different output from what it has now?

well it should look some thing like 1:43pm i think thats what you want, sorry
kind of new to bug report things, this is for en_GB


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW


http://sourceware.org/bugzilla/show_bug.cgi?id=9867

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug localedata/9867] no 12 hour clock or am/pm
  2009-02-19  9:43 [Bug localedata/9867] New: " admin at nullsleep dot co dot uk
@ 2009-02-19  9:48 ` pasky at suse dot cz
  2009-02-19 10:37 ` admin at nullsleep dot co dot uk
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pasky at suse dot cz @ 2009-02-19  9:48 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From pasky at suse dot cz  2009-02-19 09:43 -------
strftime() with exactly what format string in exactly what locale should have
exactly how different output from what it has now?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=9867

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-07-01 21:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-9867-716@http.sourceware.org/bugzilla/>
2014-07-01 21:38 ` [Bug localedata/9867] no 12 hour clock or am/pm fweimer at redhat dot com
2009-02-19  9:43 [Bug localedata/9867] New: " admin at nullsleep dot co dot uk
2009-02-19  9:48 ` [Bug localedata/9867] " pasky at suse dot cz
2009-02-19 10:37 ` admin at nullsleep dot co dot uk
2009-02-19 10:43 ` pasky at suse dot cz
2009-02-21  0:18 ` admin at nullsleep dot co dot uk
2009-02-24 16:22 ` admin at nullsleep dot co dot uk
2009-03-29 12:18 ` pasky at suse dot cz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).