diff options
author | Florian Weimer <fweimer@redhat.com> | 2023-01-05 18:21:25 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2023-01-05 18:22:55 +0100 |
commit | 35141f304e319109c322f797ae71c0b9420ccb05 (patch) | |
tree | d0b3dc256825087141dd07824a98a224a58ef420 /timezone/testdata | |
parent | 8f27dc1af5238adbc14000f073178ee4a2c2b3cf (diff) | |
download | glibc-35141f304e319109c322f797ae71c0b9420ccb05.zip glibc-35141f304e319109c322f797ae71c0b9420ccb05.tar.gz glibc-35141f304e319109c322f797ae71c0b9420ccb05.tar.bz2 |
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.
Diffstat (limited to 'timezone/testdata')
-rw-r--r-- | timezone/testdata/XT6 | bin | 0 -> 625 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/timezone/testdata/XT6 b/timezone/testdata/XT6 Binary files differnew file mode 100644 index 0000000..07b393b --- /dev/null +++ b/timezone/testdata/XT6 |