This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [v5] Fix strptime era handling, add more strftime tests [BZ #24394]
- From: DJ Delorie <dj at redhat dot com>
- To: Florian Weimer <fw at deneb dot enyo dot de>
- Cc: digitalfreak at lingonborough dot com, codonell at redhat dot com, libc-alpha at sourceware dot org, tamuki at linet dot gr dot jp
- Date: Fri, 29 Mar 2019 14:46:26 -0400
- Subject: Re: [v5] Fix strptime era handling, add more strftime tests [BZ #24394]
Florian Weimer <fw@deneb.enyo.de> writes:
> What's the reason to use this non-standard date format? Why not ISO
> 8601 with 0-based years and 1-based months?
No reason. I initially added it as a quick way to compare seven pairs
of integers, the format is kinda irrelevent.
I'll tweak it.