Source-Changes-HG archive

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

[src/TZDATA]: src/external/public-domain/tz/dist Import tzdata2020c from ftp:...



details:   https://anonhg.NetBSD.org/src/rev/bdff39e6c105
branches:  TZDATA
changeset: 941025:bdff39e6c105
user:      kre <kre%NetBSD.org@localhost>
date:      Sat Oct 17 08:27:22 2020 +0000

description:
Import tzdata2020c from ftp://ftp.iana.org/tz/releases/tzdata2020c.tar.gz

News for the tz database

Release 2020c - 2020-10-16 11:15:53 -0700

    Fiji starts DST later than usual, on 2020-12-20.

diffstat:

 external/public-domain/tz/dist/Makefile    |   6 +++++-
 external/public-domain/tz/dist/NEWS        |  20 ++++++++++++++++++++
 external/public-domain/tz/dist/australasia |  17 ++++++++++++++++-
 external/public-domain/tz/dist/europe      |   6 +++++-
 external/public-domain/tz/dist/version     |   2 +-
 external/public-domain/tz/dist/ziguard.awk |   9 ++++++++-
 6 files changed, 55 insertions(+), 5 deletions(-)

diffs (146 lines):

diff -r 748964119b00 -r bdff39e6c105 external/public-domain/tz/dist/Makefile
--- a/external/public-domain/tz/dist/Makefile   Thu Oct 08 04:27:22 2020 +0000
+++ b/external/public-domain/tz/dist/Makefile   Sat Oct 17 08:27:22 2020 +0000
@@ -1022,10 +1022,14 @@
                done
                sed '1s/$$/-rearguard/' \
                  <version >tzdata$(VERSION)-rearguard.dir/version
+               : The dummy pacificnew pacifies TZUpdater 2.3.1 and earlier.
+               touch -md 2020-10-12T22:53:00Z \
+                 tzdata$(VERSION)-rearguard.dir/pacificnew
                touch -cmr version tzdata$(VERSION)-rearguard.dir/version
                LC_ALL=C && export LC_ALL && \
                  (cd tzdata$(VERSION)-rearguard.dir && \
-                  tar $(TARFLAGS) -cf - $(COMMON) $(DATA) $(MISC) | \
+                  tar $(TARFLAGS) -cf - \
+                       $(COMMON) $(DATA) $(MISC) pacificnew | \
                     gzip $(GZIPFLAGS)) >$@.out
                mv $@.out $@
 
diff -r 748964119b00 -r bdff39e6c105 external/public-domain/tz/dist/NEWS
--- a/external/public-domain/tz/dist/NEWS       Thu Oct 08 04:27:22 2020 +0000
+++ b/external/public-domain/tz/dist/NEWS       Sat Oct 17 08:27:22 2020 +0000
@@ -1,5 +1,25 @@
 News for the tz database
 
+Release 2020c - 2020-10-16 11:15:53 -0700
+
+  Briefly:
+    Fiji starts DST later than usual, on 2020-12-20.
+
+  Changes to future timestamps
+
+    Fiji will start DST on 2020-12-20, instead of 2020-11-08 as
+    previously predicted.  DST will still end on 2021-01-17.
+    (Thanks to Raymond Kumar and Alan Mintz.)  Assume for now that
+    the later-than-usual start date is a one-time departure from the
+    recent pattern.
+
+  Changes to build procedure
+
+    Rearguard tarballs now contain an empty file pacificnew.
+    Some older downstream software expects this file to exist.
+    (Problem reported by Mike Cullinan.)
+
+
 Release 2020b - 2020-10-06 18:35:04 -0700
 
   Briefly:
diff -r 748964119b00 -r bdff39e6c105 external/public-domain/tz/dist/australasia
--- a/external/public-domain/tz/dist/australasia        Thu Oct 08 04:27:22 2020 +0000
+++ b/external/public-domain/tz/dist/australasia        Sat Oct 17 08:27:22 2020 +0000
@@ -381,6 +381,19 @@
 # From Michael Deckers (2019-08-06):
 # https://www.laws.gov.fj/LawsAsMade/downloadfile/848
 
+# From Raymond Kumar (2020-10-08):
+# [DST in Fiji] is from December 20th 2020, till 17th January 2021.
+# From Alan Mintz (2020-10-08):
+# https://www.laws.gov.fj/LawsAsMade/GetFile/1071
+# From Tim Parenti (2020-10-08):
+# https://www.fijivillage.com/news/Daylight-saving-from-Dec-20th-this-year-to-Jan-17th-2021-8rf4x5/
+# "Minister for Employment, Parveen Bala says they had never thought of
+# stopping daylight saving. He says it was just to decide on when it should
+# start and end.  Bala says it is a short period..."
+# Since the end date is still in line with our ongoing predictions, assume for
+# now that the later-than-usual start date is a one-time departure from the
+# recent second Sunday in November pattern.
+
 # Rule NAME    FROM    TO      -       IN      ON      AT      SAVE    LETTER/S
 Rule   Fiji    1998    1999    -       Nov     Sun>=1  2:00    1:00    -
 Rule   Fiji    1999    2000    -       Feb     lastSun 3:00    0       -
@@ -392,7 +405,9 @@
 Rule   Fiji    2014    only    -       Jan     Sun>=18 2:00    0       -
 Rule   Fiji    2014    2018    -       Nov     Sun>=1  2:00    1:00    -
 Rule   Fiji    2015    max     -       Jan     Sun>=12 3:00    0       -
-Rule   Fiji    2019    max     -       Nov     Sun>=8  2:00    1:00    -
+Rule   Fiji    2019    only    -       Nov     Sun>=8  2:00    1:00    -
+Rule   Fiji    2020    only    -       Dec     20      2:00    1:00    -
+Rule   Fiji    2021    max     -       Nov     Sun>=8  2:00    1:00    -
 # Zone NAME            STDOFF  RULES   FORMAT  [UNTIL]
 Zone   Pacific/Fiji    11:55:44 -      LMT     1915 Oct 26 # Suva
                        12:00   Fiji    +12/+13
diff -r 748964119b00 -r bdff39e6c105 external/public-domain/tz/dist/europe
--- a/external/public-domain/tz/dist/europe     Thu Oct 08 04:27:22 2020 +0000
+++ b/external/public-domain/tz/dist/europe     Sat Oct 17 08:27:22 2020 +0000
@@ -1589,6 +1589,8 @@
 # https://library.hungaricana.hu/hu/view/Zala_1948_09/?pg=64
 # https://library.hungaricana.hu/hu/view/SatoraljaujhelyiLeveltar_ZempleniNepujsag_1948/?pg=53
 # https://library.hungaricana.hu/hu/view/SatoraljaujhelyiLeveltar_ZempleniNepujsag_1948/?pg=160
+# https://library.hungaricana.hu/hu/view/UjSzo_1949_01-04/?pg=102
+# https://library.hungaricana.hu/hu/view/KeletMagyarorszag_1949_03/?pg=96
 # https://library.hungaricana.hu/hu/view/Delmagyarorszag_1949_09/?pg=94
 Rule   Hungary 1947    1949    -       Apr     Sun>=4   2:00s  1:00    S
 Rule   Hungary 1947    1949    -       Oct     Sun>=1   2:00s  0       -
@@ -1604,9 +1606,10 @@
 # https://library.hungaricana.hu/hu/view/PestMegyeiHirlap_1957_09/?pg=143
 Rule   Hungary 1956    1957    -       Jun     Sun>=1   2:00   1:00    S
 Rule   Hungary 1956    1957    -       Sep     lastSun  3:00   0       -
-# https://library.hungaricana.hu/hu/view/DTT_KOZL_TanacsokKozlonye_1980/?pg=1227
+# https://library.hungaricana.hu/hu/view/DTT_KOZL_TanacsokKozlonye_1980/?pg=189
 Rule   Hungary 1980    only    -       Apr      6       0:00   1:00    S
 Rule   Hungary 1980    only    -       Sep     28       1:00   0       -
+# https://library.hungaricana.hu/hu/view/DTT_KOZL_TanacsokKozlonye_1980/?pg=1227
 # https://library.hungaricana.hu/hu/view/Delmagyarorszag_1981_01/?pg=79
 # https://library.hungaricana.hu/hu/view/DTT_KOZL_TanacsokKozlonye_1982/?pg=115
 # https://library.hungaricana.hu/hu/view/DTT_KOZL_TanacsokKozlonye_1983/?pg=85
@@ -1617,6 +1620,7 @@
 Zone   Europe/Budapest 1:16:20 -       LMT     1890 Nov  1
                        1:00    C-Eur   CE%sT   1918
 # https://library.hungaricana.hu/hu/view/OGYK_RT_1941/?pg=1204
+# https://library.hungaricana.hu/hu/view/OGYK_RT_1942/?pg=3955
                        1:00    Hungary CE%sT   1941 Apr  7 23:00
                        1:00    C-Eur   CE%sT   1945
                        1:00    Hungary CE%sT   1984
diff -r 748964119b00 -r bdff39e6c105 external/public-domain/tz/dist/version
--- a/external/public-domain/tz/dist/version    Thu Oct 08 04:27:22 2020 +0000
+++ b/external/public-domain/tz/dist/version    Sat Oct 17 08:27:22 2020 +0000
@@ -1,1 +1,1 @@
-2020b
+2020c
diff -r 748964119b00 -r bdff39e6c105 external/public-domain/tz/dist/ziguard.awk
--- a/external/public-domain/tz/dist/ziguard.awk        Thu Oct 08 04:27:22 2020 +0000
+++ b/external/public-domain/tz/dist/ziguard.awk        Sat Oct 17 08:27:22 2020 +0000
@@ -3,6 +3,13 @@
 # Contributed by Paul Eggert.  This file is in the public domain.
 
 # This is not a general-purpose converter; it is designed for current tzdata.
+# It just converts from current source to main, vanguard, and rearguard forms.
+# Although it might be nice for it to be idempotent, or to be useful
+# for converting back and forth between vanguard and rearguard formats,
+# it does not do these nonessential tasks now.
+#
+# Although main and vanguard forms are currently equivalent,
+# this need not always be the case.
 #
 # When converting to vanguard form, the output can use negative SAVE
 # values.
@@ -28,7 +35,7 @@
   in_comment = /^#/
   uncomment = comment_out = 0
 
-  # If the line should differ due to Czechoslovakia using negative SAVE values,
+  # If this line should differ due to Czechoslovakia using negative SAVE values,
   # uncomment the desired version and comment out the undesired one.
   if (zone == "Europe/Prague" && /1947 Feb 23/) {
     if (($(in_comment + 2) != "-") == vanguard) {



Home | Main Index | Thread Index | Old Index