This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1a][BZ #14876] Make strptime %Z consistent between doc and code.
- From: Siddhesh Poyarekar <siddhesh at redhat dot com>
- To: OndÅej BÃlka <neleai at seznam dot cz>
- Cc: Andreas Schwab <schwab at linux-m68k dot org>, libc-alpha at sourceware dot org
- Date: Fri, 25 Oct 2013 13:39:01 +0530
- Subject: Re: [PATCH 1a][BZ #14876] Make strptime %Z consistent between doc and code.
- Authentication-results: sourceware.org; auth=none
- References: <20131016161110 dot GA16769 at domone dot podge> <877gdduqfj dot fsf at igel dot home> <20131016173424 dot GB18408 at domone dot podge>
On Wed, Oct 16, 2013 at 07:34:25PM +0200, OndÅej BÃlka wrote:
>
> [BZ #14876]
> * time/strptime_l.c: Read timezone entry.
Changelog entry is wrong. It should be:
[BZ #14876]
* time/strptime_l.c (__strptime_internal): Read timezone
entry.
OK otherwise. Of course, while this is a good start, it might be a
good idea to also file another bug to get actual support for %Z in
future.
Siddhesh