Module Name: src Committed By: christos Date: Sat Oct 15 18:57:37 UTC 2022
Modified Files: src/lib/libc/time: NEWS tzselect.ksh version Log Message: update to 2022e; no real changes To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/time/NEWS cvs rdiff -u -r1.20 -r1.21 src/lib/libc/time/tzselect.ksh \ src/lib/libc/time/version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/time/NEWS diff -u src/lib/libc/time/NEWS:1.37 src/lib/libc/time/NEWS:1.38 --- src/lib/libc/time/NEWS:1.37 Tue Aug 16 07:07:40 2022 +++ src/lib/libc/time/NEWS Sat Oct 15 14:57:37 2022 @@ -1,5 +1,48 @@ News for the tz database +Release 2022e - 2022-10-11 11:13:02 -0700 + + Briefly: + Jordan and Syria switch from +02/+03 with DST to year-round +03. + + Changes to future timestamps + + Jordan and Syria are abandoning the DST regime and are changing to + permanent +03, so they will not fall back from +03 to +02 on + 2022-10-28. (Thanks to Steffen Thorsen and Issam Al-Zuwairi.) + + Changes to past timestamps + + On 1922-01-01 Tijuana adopted standard time at 00:00, not 01:00. + + Changes to past time zone abbreviations and DST flags + + The temporary advancement of clocks in central Mexico in summer + 1931 is now treated as daylight saving time, instead of as two + changes to standard time. + + +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: Index: src/lib/libc/time/tzselect.ksh diff -u src/lib/libc/time/tzselect.ksh:1.20 src/lib/libc/time/tzselect.ksh:1.21 --- src/lib/libc/time/tzselect.ksh:1.20 Tue Aug 16 07:07:40 2022 +++ src/lib/libc/time/tzselect.ksh Sat Oct 15 14:57:37 2022 @@ -3,7 +3,7 @@ # Ask the user about the time zone, and output the resulting TZ value to stdout. # Interact with the user via stderr and stdin. # -# $NetBSD: tzselect.ksh,v 1.20 2022/08/16 11:07:40 christos Exp $ +# $NetBSD: tzselect.ksh,v 1.21 2022/10/15 18:57:37 christos Exp $ # PKGVERSION='(tzcode) ' TZVERSION=see_Makefile @@ -35,6 +35,7 @@ REPORT_BUGS_TO=t...@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. Index: src/lib/libc/time/version diff -u src/lib/libc/time/version:1.20 src/lib/libc/time/version:1.21 --- src/lib/libc/time/version:1.20 Tue Aug 16 07:07:40 2022 +++ src/lib/libc/time/version Sat Oct 15 14:57:37 2022 @@ -1 +1 @@ -2022c +2022e