public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/10496] time representation in Arabian locales faulty?
       [not found] <bug-10496-131@http.sourceware.org/bugzilla/>
@ 2014-07-01  7:22 ` fweimer at redhat dot com
  2014-07-01  8:59 ` nils at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01  7:22 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug localedata/10496] time representation in Arabian locales faulty?
       [not found] <bug-10496-131@http.sourceware.org/bugzilla/>
  2014-07-01  7:22 ` [Bug localedata/10496] time representation in Arabian locales faulty? fweimer at redhat dot com
@ 2014-07-01  8:59 ` nils at redhat dot com
  2014-07-01  9:02 ` nils at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: nils at redhat dot com @ 2014-07-01  8:59 UTC (permalink / raw)
  To: glibc-bugs

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

Nils Philippsen <nils at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |2.18

--- Comment #1 from Nils Philippsen <nils at redhat dot com> ---
Hi,

it's been nearly five years since I reported this issue. Something missing?

For what it's worth, here's the output of my test program (which I'll attach to
this bug) for Egyptian, Saudi Arabian, US and German locales:

nils@gibraltar:~/test> LC_ALL=ar_EG.UTF-8 ./strftime
locale: 'ar_EG.UTF-8'
probe 0: 0 0 6 1 0 100 6 0 0
    mktime: 946702800
    local time: 'CET 06:00:00 '

probe 1: 0 0 18 1 0 100 6 0 0
    mktime: 946746000
    local time: 'CET 06:00:00 '

nils@gibraltar:~/test> LC_ALL=ar_SA.UTF-8 ./strftime
locale: 'ar_SA.UTF-8'
probe 0: 0 0 6 1 0 100 6 0 0
    mktime: 946702800
    local time: ' 6:00:00'

probe 1: 0 0 18 1 0 100 6 0 0
    mktime: 946746000
    local time: '18:00:00'

nils@gibraltar:~/test> LC_ALL=en_US.UTF-8 ./strftime
locale: 'en_US.UTF-8'
probe 0: 0 0 6 1 0 100 6 0 0
    mktime: 946702800
    local time: '06:00:00 AM'

probe 1: 0 0 18 1 0 100 6 0 0
    mktime: 946746000
    local time: '06:00:00 PM'

nils@gibraltar:~/test> LC_ALL=de_DE.UTF-8 ./strftime
locale: 'de_DE.UTF-8'
probe 0: 0 0 6 1 0 100 6 0 0
    mktime: 946702800
    local time: '06:00:00'

probe 1: 0 0 18 1 0 100 6 0 0
    mktime: 946746000
    local time: '18:00:00'

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug localedata/10496] time representation in Arabian locales faulty?
       [not found] <bug-10496-131@http.sourceware.org/bugzilla/>
  2014-07-01  7:22 ` [Bug localedata/10496] time representation in Arabian locales faulty? fweimer at redhat dot com
  2014-07-01  8:59 ` nils at redhat dot com
@ 2014-07-01  9:02 ` nils at redhat dot com
  2014-07-01 20:42 ` fweimer at redhat dot com
  2014-07-02  6:05 ` pravin.d.s at gmail dot com
  4 siblings, 0 replies; 5+ messages in thread
From: nils at redhat dot com @ 2014-07-01  9:02 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from Nils Philippsen <nils at redhat dot com> ---
Created attachment 7666
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7666&action=edit
Test case

Test case formatting the times "6 AM" and "6 PM" in the set locale. NB: The
issue still exists in glibc 2.18 and (looking at the checked out sources) in
git master.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug localedata/10496] time representation in Arabian locales faulty?
       [not found] <bug-10496-131@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-07-01  9:02 ` nils at redhat dot com
@ 2014-07-01 20:42 ` fweimer at redhat dot com
  2014-07-02  6:05 ` pravin.d.s at gmail dot com
  4 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01 20:42 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com
           See Also|                            |https://sourceware.org/bugz
                   |                            |illa/show_bug.cgi?id=9917

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug localedata/10496] time representation in Arabian locales faulty?
       [not found] <bug-10496-131@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-07-01 20:42 ` fweimer at redhat dot com
@ 2014-07-02  6:05 ` pravin.d.s at gmail dot com
  4 siblings, 0 replies; 5+ messages in thread
From: pravin.d.s at gmail dot com @ 2014-07-02  6:05 UTC (permalink / raw)
  To: glibc-bugs

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

Pravin S <pravin.d.s at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pravin.d.s at gmail dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-07-02  6:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-10496-131@http.sourceware.org/bugzilla/>
2014-07-01  7:22 ` [Bug localedata/10496] time representation in Arabian locales faulty? fweimer at redhat dot com
2014-07-01  8:59 ` nils at redhat dot com
2014-07-01  9:02 ` nils at redhat dot com
2014-07-01 20:42 ` fweimer at redhat dot com
2014-07-02  6:05 ` pravin.d.s at gmail dot com

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).