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 libc/17886] New: strptime should be able to parse "Z" as a timezone with %z


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

            Bug ID: 17886
           Summary: strptime should be able to parse "Z" as a timezone
                    with %z
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: vincent at bernat dot im
                CC: drepper.fsp at gmail dot com

In ISO 8601, it is possible to use "Z" as a timezone. This is a special case.

In addition, RFC 822 allows a selection of timezone (like GMT, CST) and some
military ones (including Z). While this would be nice to be able to accept
them, it is likely to be a useless effort.

I am going to implement the "Z" only.

-- 
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]