[Bug time/31144] mktime: returns clock for UTC with isdst=1
fweimer at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Dec 13 10:11:01 GMT 2023
https://sourceware.org/bugzilla/show_bug.cgi?id=31144
Florian Weimer <fweimer at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fweimer at redhat dot com
--- Comment #3 from Florian Weimer <fweimer at redhat dot com> ---
We already scan the entire tables while loading the time zone data, so we could
make a note if we have seen any DST hints, and if there are none present, we
could fail as before for tm_isdst > 0. We also don't know how the tz project
will model the introduction of DST if a zone changes introduces DST for the
first time, so the synthetic offset might well be wrong.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list