Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/time update to 2022e; no real changes



details:   https://anonhg.NetBSD.org/src/rev/486f663436f4
branches:  trunk
changeset: 371881:486f663436f4
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 15 18:57:37 2022 +0000

description:
update to 2022e; no real changes

diffstat:

 lib/libc/time/NEWS         |  43 +++++++++++++++++++++++++++++++++++++++++++
 lib/libc/time/tzselect.ksh |   3 ++-
 lib/libc/time/version      |   2 +-
 3 files changed, 46 insertions(+), 2 deletions(-)

diffs (78 lines):

diff -r 687410b22e10 -r 486f663436f4 lib/libc/time/NEWS
--- a/lib/libc/time/NEWS        Sat Oct 15 18:42:49 2022 +0000
+++ b/lib/libc/time/NEWS        Sat Oct 15 18:57:37 2022 +0000
@@ -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:
diff -r 687410b22e10 -r 486f663436f4 lib/libc/time/tzselect.ksh
--- a/lib/libc/time/tzselect.ksh        Sat Oct 15 18:42:49 2022 +0000
+++ b/lib/libc/time/tzselect.ksh        Sat Oct 15 18:57:37 2022 +0000
@@ -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 @@
 #
 #      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.
diff -r 687410b22e10 -r 486f663436f4 lib/libc/time/version
--- a/lib/libc/time/version     Sat Oct 15 18:42:49 2022 +0000
+++ b/lib/libc/time/version     Sat Oct 15 18:57:37 2022 +0000
@@ -1,1 +1,1 @@
-2022c
+2022e



Home | Main Index | Thread Index | Old Index