glibc/time
Paul Eggert 83859e1115 mktime: improve heuristic for ca-1986 Indiana DST
This patch syncs mktime.c from Gnulib, fixing a
problem reported by Mark Krenz <https://bugs.gnu.org/48085>,
and it should fix BZ#29035 too.
* time/mktime.c (__mktime_internal): Be more generous about
accepting arguments with the wrong value of tm_isdst, by falling
back to a one-hour DST difference if we find no nearby DST that is
unusual.  This fixes a problem where "1986-04-28 00:00 EDT" was
rejected when TZ="America/Indianapolis" because the nearest DST
timestamp occurred in 1970, a temporal distance too great for the
old heuristic.  This also also narrows the search a bit, which
is a minor performance win.
2022-09-08 22:55:54 -05:00
..
bits/types y2038: Add __USE_TIME_BITS64 support for struct timespec 2021-06-15 10:42:11 -03:00
sys Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
adjtime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
alt_digit.c locale: Remove private union from struct __locale_data 2022-05-23 11:06:31 +02:00
asctime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
bug-asctime_r.c
bug-asctime.c
bug-getdate1.c
bug-mktime1.c
bug-mktime4.c
clock_getcpuclockid.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
clock_getres.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
clock_gettime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
clock_nanosleep.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
clock_settime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
clock.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
clocktest.c
ctime_r.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ctime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
datemsk
Depend
difftime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dysize.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
era.c locale: Remove private union from struct __locale_data 2022-05-23 11:06:31 +02:00
ftime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getdate.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
getitimer.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gettimeofday.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gmtime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
lc-time-cleanup.c locale: Remove private union from struct __locale_data 2022-05-23 11:06:31 +02:00
localtime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Makefile Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
mktime-internal.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
mktime.c mktime: improve heuristic for ca-1986 Indiana DST 2022-09-08 22:55:54 -05:00
offtime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
setitimer.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
settimeofday.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
settimezone.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
stime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
strftime_l.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
strftime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
strptime_l.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
strptime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
test_time.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
time.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
time.h Declare timegm for ISO C2X 2022-06-06 14:47:03 +00:00
timegm.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
timespec_get.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
timespec_getres.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst_wcsftime.c
tst-adjtime-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-adjtime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-clock2-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-clock2.c
tst-clock_nanosleep-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-clock_nanosleep.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-clock_settime-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-clock_settime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-clock-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-clock.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-cpuclock1-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-cpuclock1.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-ctime-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-ctime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-difftime-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-difftime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-ftime_l.c
tst-ftime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-getdate.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gmtime-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-gmtime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-itimer-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-itimer.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-mktime2.c
tst-mktime3.c
tst-mktime4-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-mktime4.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-mktime.c
tst-posixtz.c
tst-settimeofday-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-settimeofday.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-strftime2.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-strftime3.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-strftime.c
tst-strptime2.c
tst-strptime3.c
tst-strptime-whitespace.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-strptime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-timegm-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-timegm.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-timespec_get-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-timespec_get.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-timespec_getres-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-timespec_getres.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-tzname.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-y2039-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-y2039.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tzfile.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tzset.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Versions Add C2X timespec_getres 2021-05-17 20:55:21 +00:00
wcsftime_l.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
wcsftime.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00