glibc/timezone/testdata
Florian Weimer 35141f304e time: Set daylight to 1 for matching DST/offset change (bug 29951)
The daylight variable is supposed to be set to 1 if DST is ever in
use for the current time zone.  But __tzfile_read used to do this:

  __daylight = rule_stdoff != rule_dstoff;

This check can fail to set __daylight to 1 if the DST and non-DST
offsets happen to be the same.
2023-01-05 18:22:55 +01:00
..
gen-XT5.sh timezone: test-case for BZ #28707 2021-12-30 08:11:19 -03:00
XT1 Make time zone file parser more robust [BZ #17715] 2015-04-24 17:34:48 +02:00
XT2 Make time zone file parser more robust [BZ #17715] 2015-04-24 17:34:48 +02:00
XT3 Make time zone file parser more robust [BZ #17715] 2015-04-24 17:34:48 +02:00
XT4 Make time zone file parser more robust [BZ #17715] 2015-04-24 17:34:48 +02:00
XT6 time: Set daylight to 1 for matching DST/offset change (bug 29951) 2023-01-05 18:22:55 +01:00