Re: [PATCH] Mention WG14 N3322 in manual

2024-10-05 Thread Paul Eggert
On 2024-10-04 13:23, Bruno Haible wrote: Do you happen to know whether this proposal has already been approved? Yes, it was accepted by WG14 last week. See: https://sourceware.org/pipermail/libc-alpha/2024-October/160375.html It's not yet clear how glibc and gcc will deal with it, for library

Re: [PATCH 2/2] timegm: ignore incoming tm_isdst

2024-10-05 Thread Paul Eggert
On 2024-10-04 13:42, Bruno Haible wrote: All existing unit tests succeed. But would it not produce more correct results in general to set this to 1 instead of 0? That is, if we are in the mktime()/localtime() pair, if we know nothing about the time zone, assume that is has DST? Thanks, good cat