]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update timezone code from tzcode 2020a
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 May 2020 15:52:25 +0000 (08:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 May 2020 16:19:27 +0000 (09:19 -0700)
commit61d64408a1f42b0340d37ea0c90a9f028ffb1bfd
treec74d0245a5cf6098fc0a434d3c50912610d9b89d
parent59b64f9cbbf1e98c6d187873de6c363994aee19d
Update timezone code from tzcode 2020a

This patch updates files coming from tzcode to tzcode 2020a.
This is mostly for better support for Internet RFC 8536, by adding
support to zic for the Expires line (new to tzcode 2020a), the -b
option (new to 2019b) and the -r option (new to 2019a).
One trivial change to other glibc was needed.
* time/tzfile.c (__tzfile_read): Adjust to tzcode private.h renaming.
* timezone/private.h, timezone/tzfile.h, timezone/version:
* timezone/zdump.c, timezone/zic.c: Update from tzcode 2020a.
time/tzfile.c
timezone/private.h
timezone/tzfile.h
timezone/version
timezone/zdump.c
timezone/zic.c