diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2022-12-14 00:42:00 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2022-12-14 00:42:00 +0000 |
commit | 8936fb5aced3ddb5ad8f6fd107df5c104359b264 (patch) | |
tree | ec046b5fba053872c350d4851867bb4cda7b7870 | |
parent | a24d752d3e77a28c877a5319face8d00aa1b558c (diff) |
Import tzcode 2022dvendor/tzcode/tzcode2022d
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | tzselect.ksh | 1 | ||||
-rw-r--r-- | version | 2 |
3 files changed, 23 insertions, 1 deletions
@@ -1,5 +1,26 @@ News for the tz database +Release 2022d - 2022-09-23 12:02:57 -0700 + + Briefly: + Palestine transitions are now Saturdays at 02:00. + Simplify three Ukraine zones into one. + + Changes to future timestamps + + Palestine now springs forward and falls back at 02:00 on the + first Saturday on or after March 24 and October 24, respectively. + This means 2022 falls back 10-29 at 02:00, not 10-28 at 01:00. + (Thanks to Heba Hamad.) + + Changes to past timestamps + + Simplify three Ukraine zones to one, since the post-1970 + differences seem to have been imaginary. Move Europe/Uzhgorod and + Europe/Zaporozhye to 'backzone'; backward-compatibility links + still work, albeit with different timestamps before October 1991. + + Release 2022c - 2022-08-15 17:47:18 -0700 Briefly: diff --git a/tzselect.ksh b/tzselect.ksh index 5741b6ffe97f..28c32a2430f8 100644 --- a/tzselect.ksh +++ b/tzselect.ksh @@ -32,6 +32,7 @@ REPORT_BUGS_TO=tz@iana.org # # Gawk (GNU awk) <https://www.gnu.org/software/gawk/> # mawk <https://invisible-island.net/mawk/> +# nawk <https://github.com/onetrueawk/awk> # Specify default values for environment variables if they are unset. @@ -1 +1 @@ -2022c +2022d |