This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/10496] time representation in Arabian locales faulty?


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]