Sun Nov 1 17:19:35 2020 UTC ()
Pull up the following, requested by kre in ticket #1122:

	external/public-domain/tz/dist/Makefile         up to 1.1.1.29
	external/public-domain/tz/dist/NEWS             up to 1.1.1.32
	external/public-domain/tz/dist/TZDATA_VERSION   up to 1.22
	external/public-domain/tz/dist/asia             up to 1.1.1.27
	external/public-domain/tz/dist/europe           up to 1.1.1.29
	external/public-domain/tz/dist/version          up to 1.1.1.19
	doc/3RDPARTY					(apply patch)

Update tzdata to 2020d


(martin)
diff -r1.1640.2.19 -r1.1640.2.20 src/doc/3RDPARTY
diff -r1.1.1.24.2.4 -r1.1.1.24.2.5 src/external/public-domain/tz/dist/Makefile
diff -r1.1.1.24.2.4 -r1.1.1.24.2.5 src/external/public-domain/tz/dist/europe
diff -r1.1.1.27.2.4 -r1.1.1.27.2.5 src/external/public-domain/tz/dist/NEWS
diff -r1.17.2.4 -r1.17.2.5 src/external/public-domain/tz/dist/TZDATA_VERSION
diff -r1.1.1.23.2.3 -r1.1.1.23.2.4 src/external/public-domain/tz/dist/asia
diff -r1.1.1.14.2.4 -r1.1.1.14.2.5 src/external/public-domain/tz/dist/version

cvs diff -r1.1640.2.19 -r1.1640.2.20 src/doc/3RDPARTY (expand / switch to unified diff)

--- src/doc/3RDPARTY 2020/10/18 18:18:44 1.1640.2.19
+++ src/doc/3RDPARTY 2020/11/01 17:19:34 1.1640.2.20
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: 3RDPARTY,v 1.1640.2.19 2020/10/18 18:18:44 martin Exp $ 1# $NetBSD: 3RDPARTY,v 1.1640.2.20 2020/11/01 17:19:34 martin Exp $
2# 2#
3# This file contains a list of the software that has been integrated into 3# This file contains a list of the software that has been integrated into
4# NetBSD where we are not the primary maintainer. 4# NetBSD where we are not the primary maintainer.
5# 5#
6# When you make changes to this software, be sure to discuss it with the 6# When you make changes to this software, be sure to discuss it with the
7# maintainer and contribute your patches. Divergence from the official 7# maintainer and contribute your patches. Divergence from the official
8# sources is not desirable, and should be avoided as much as possible. 8# sources is not desirable, and should be avoided as much as possible.
9# 9#
10# When importing, please deal with the RCS IDs in this way: 10# When importing, please deal with the RCS IDs in this way:
11# 1. Preserve the RCS IDs in the files by removing the $ signs from 11# 1. Preserve the RCS IDs in the files by removing the $ signs from
12# the IDs before you do the import. 12# the IDs before you do the import.
13# 2. After the import, add NetBSD RCS IDs to all of the files. 13# 2. After the import, add NetBSD RCS IDs to all of the files.
14# 14#
@@ -1388,28 +1388,28 @@ Package: traceroute @@ -1388,28 +1388,28 @@ Package: traceroute
1388Version: 1.4a12 1388Version: 1.4a12
1389Current Vers: 1.4a12 1389Current Vers: 1.4a12
1390Maintainer: traceroute@ee.lbl.gov 1390Maintainer: traceroute@ee.lbl.gov
1391Archive Site: ftp://ftp.ee.lbl.gov/ 1391Archive Site: ftp://ftp.ee.lbl.gov/
1392Home Page: http://ftp.ee.lbl.gov/ 1392Home Page: http://ftp.ee.lbl.gov/
1393Mailing List: 1393Mailing List:
1394Responsible: 1394Responsible:
1395License: BSD (4-clause) 1395License: BSD (4-clause)
1396Location: usr.sbin/traceroute 1396Location: usr.sbin/traceroute
1397Notes: 1397Notes:
1398Added changes from a5 -> a12 manually. 1398Added changes from a5 -> a12 manually.
1399 1399
1400Package: tz 1400Package: tz
1401Version: tzcode2019b / tzdata2020c 1401Version: tzcode2019b / tzdata2020d
1402Current Vers: tzcode2020c / tzdata2020c 1402Current Vers: tzcode2020d / tzdata2020d
1403Maintainer: Paul Eggert <eggert@cs.ucla.edu> 1403Maintainer: Paul Eggert <eggert@cs.ucla.edu>
1404Archive Site: ftp://ftp.iana.org/tz/releases/ 1404Archive Site: ftp://ftp.iana.org/tz/releases/
1405Archive Site: ftp://munnari.oz.au/pub/oldtz/ 1405Archive Site: ftp://munnari.oz.au/pub/oldtz/
1406Old Archive Site: ftp://elsie.nci.nih.gov/pub/ 1406Old Archive Site: ftp://elsie.nci.nih.gov/pub/
1407Home Page: http://www.iana.org/time-zones 1407Home Page: http://www.iana.org/time-zones
1408Date: 2019-07-03 1408Date: 2019-07-03
1409Mailing List: tz@iana.org 1409Mailing List: tz@iana.org
1410Responsible: kleink, christos, kre 1410Responsible: kleink, christos, kre
1411License: Public domain 1411License: Public domain
1412Location: lib/libc/time/zoneinfo, external/public-domain/tz/share 1412Location: lib/libc/time/zoneinfo, external/public-domain/tz/share
1413Notes: 1413Notes:
1414Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import. 1414Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import.
1415Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode, 1415Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode,

cvs diff -r1.1.1.24.2.4 -r1.1.1.24.2.5 src/external/public-domain/tz/dist/Makefile (expand / switch to unified diff)

--- src/external/public-domain/tz/dist/Makefile 2020/10/18 18:18:44 1.1.1.24.2.4
+++ src/external/public-domain/tz/dist/Makefile 2020/11/01 17:19:35 1.1.1.24.2.5
@@ -1013,27 +1013,27 @@ tzdata$(VERSION)-rearguard.tar.gz: rearg @@ -1013,27 +1013,27 @@ tzdata$(VERSION)-rearguard.tar.gz: rearg
1013 rm -fr tzdata$(VERSION)-rearguard.dir 1013 rm -fr tzdata$(VERSION)-rearguard.dir
1014 mkdir tzdata$(VERSION)-rearguard.dir 1014 mkdir tzdata$(VERSION)-rearguard.dir
1015 ln $(COMMON) $(DATA) $(MISC) tzdata$(VERSION)-rearguard.dir 1015 ln $(COMMON) $(DATA) $(MISC) tzdata$(VERSION)-rearguard.dir
1016 cd tzdata$(VERSION)-rearguard.dir && \ 1016 cd tzdata$(VERSION)-rearguard.dir && \
1017 rm -f $(TDATA) $(PACKRATDATA) version 1017 rm -f $(TDATA) $(PACKRATDATA) version
1018 for f in $(TDATA) $(PACKRATDATA); do \ 1018 for f in $(TDATA) $(PACKRATDATA); do \
1019 rearf=tzdata$(VERSION)-rearguard.dir/$$f; \ 1019 rearf=tzdata$(VERSION)-rearguard.dir/$$f; \
1020 $(AWK) -v DATAFORM=rearguard -f ziguard.awk $$f >$$rearf && \ 1020 $(AWK) -v DATAFORM=rearguard -f ziguard.awk $$f >$$rearf && \
1021 touch -cmr `ls -t ziguard.awk $$f` $$rearf || exit; \ 1021 touch -cmr `ls -t ziguard.awk $$f` $$rearf || exit; \
1022 done 1022 done
1023 sed '1s/$$/-rearguard/' \ 1023 sed '1s/$$/-rearguard/' \
1024 <version >tzdata$(VERSION)-rearguard.dir/version 1024 <version >tzdata$(VERSION)-rearguard.dir/version
1025 : The dummy pacificnew pacifies TZUpdater 2.3.1 and earlier. 1025 : The dummy pacificnew pacifies TZUpdater 2.3.1 and earlier.
1026 touch -md 2020-10-12T22:53:00Z \ 1026 TZ=UTC0 touch -mt 202010122253.00 \
1027 tzdata$(VERSION)-rearguard.dir/pacificnew 1027 tzdata$(VERSION)-rearguard.dir/pacificnew
1028 touch -cmr version tzdata$(VERSION)-rearguard.dir/version 1028 touch -cmr version tzdata$(VERSION)-rearguard.dir/version
1029 LC_ALL=C && export LC_ALL && \ 1029 LC_ALL=C && export LC_ALL && \
1030 (cd tzdata$(VERSION)-rearguard.dir && \ 1030 (cd tzdata$(VERSION)-rearguard.dir && \
1031 tar $(TARFLAGS) -cf - \ 1031 tar $(TARFLAGS) -cf - \
1032 $(COMMON) $(DATA) $(MISC) pacificnew | \ 1032 $(COMMON) $(DATA) $(MISC) pacificnew | \
1033 gzip $(GZIPFLAGS)) >$@.out 1033 gzip $(GZIPFLAGS)) >$@.out
1034 mv $@.out $@ 1034 mv $@.out $@
1035 1035
1036tzdb-$(VERSION).tar.lz: set-timestamps.out set-tzs-timestamp.out 1036tzdb-$(VERSION).tar.lz: set-timestamps.out set-tzs-timestamp.out
1037 rm -fr tzdb-$(VERSION) 1037 rm -fr tzdb-$(VERSION)
1038 mkdir tzdb-$(VERSION) 1038 mkdir tzdb-$(VERSION)
1039 ln $(ENCHILADA) tzdb-$(VERSION) 1039 ln $(ENCHILADA) tzdb-$(VERSION)

cvs diff -r1.1.1.24.2.4 -r1.1.1.24.2.5 src/external/public-domain/tz/dist/europe (expand / switch to unified diff)

--- src/external/public-domain/tz/dist/europe 2020/10/18 18:18:44 1.1.1.24.2.4
+++ src/external/public-domain/tz/dist/europe 2020/11/01 17:19:35 1.1.1.24.2.5
@@ -1019,49 +1019,48 @@ Zone Europe/Prague 0:57:44 - LMT 1850 @@ -1019,49 +1019,48 @@ Zone Europe/Prague 0:57:44 - LMT 1850
1019 1:00 Czech CE%sT 1946 Dec 1 3:00 1019 1:00 Czech CE%sT 1946 Dec 1 3:00
1020# Vanguard section, for zic and other parsers that support negative DST. 1020# Vanguard section, for zic and other parsers that support negative DST.
1021 1:00 -1:00 GMT 1947 Feb 23 2:00 1021 1:00 -1:00 GMT 1947 Feb 23 2:00
1022# Rearguard section, for parsers lacking negative DST; see ziguard.awk. 1022# Rearguard section, for parsers lacking negative DST; see ziguard.awk.
1023# 0:00 - GMT 1947 Feb 23 2:00 1023# 0:00 - GMT 1947 Feb 23 2:00
1024# End of rearguard section. 1024# End of rearguard section.
1025 1:00 Czech CE%sT 1979 1025 1:00 Czech CE%sT 1979
1026 1:00 EU CE%sT 1026 1:00 EU CE%sT
1027# Use Europe/Prague also for Slovakia. 1027# Use Europe/Prague also for Slovakia.
1028 1028
1029# Denmark, Faroe Islands, and Greenland 1029# Denmark, Faroe Islands, and Greenland
1030 1030
1031# From Jesper Nørgaard Welen (2005-04-26): 1031# From Jesper Nørgaard Welen (2005-04-26):
1032# http://www.hum.aau.dk/~poe/tid/tine/DanskTid.htm says that the law 1032# the law [introducing standard time] was in effect from 1894-01-01....
1033# [introducing standard time] was in effect from 1894-01-01.... 1033# The page https://www.retsinformation.dk/eli/lta/1893/83
1034# The page http://www.retsinfo.dk/_GETDOCI_/ACCN/A18930008330-REGL 
1035# confirms this, and states that the law was put forth 1893-03-29. 1034# confirms this, and states that the law was put forth 1893-03-29.
1036# 1035#
1037# The EU [actually, EEC and Euratom] treaty with effect from 1973: 1036# The EU [actually, EEC and Euratom] treaty with effect from 1973:
1038# http://www.retsinfo.dk/_GETDOCI_/ACCN/A19722110030-REGL 1037# https://www.retsinformation.dk/eli/lta/1972/21100
1039# 1038#
1040# This provoked a new law from 1974 to make possible summer time changes 1039# This provoked a new law from 1974 to make possible summer time changes
1041# in subsequent decrees with the law 1040# in subsequent decrees with the law
1042# http://www.retsinfo.dk/_GETDOCI_/ACCN/A19740022330-REGL 1041# https://www.retsinformation.dk/eli/lta/1974/223
1043# 1042#
1044# It seems however that no decree was set forward until 1980. I have 1043# It seems however that no decree was set forward until 1980. I have
1045# not found any decree, but in another related law, the effecting DST 1044# not found any decree, but in another related law, the effecting DST
1046# changes are stated explicitly to be from 1980-04-06 at 02:00 to 1045# changes are stated explicitly to be from 1980-04-06 at 02:00 to
1047# 1980-09-28 at 02:00. If this is true, this differs slightly from 1046# 1980-09-28 at 02:00. If this is true, this differs slightly from
1048# the EU rule in that DST runs to 02:00, not 03:00. We don't know 1047# the EU rule in that DST runs to 02:00, not 03:00. We don't know
1049# when Denmark began using the EU rule correctly, but we have only 1048# when Denmark began using the EU rule correctly, but we have only
1050# confirmation of the 1980-time, so I presume it was correct in 1981: 1049# confirmation of the 1980-time, so I presume it was correct in 1981:
1051# The law is about the management of the extra hour, concerning 1050# The law is about the management of the extra hour, concerning
1052# working hours reported and effect on obligatory-rest rules (which 1051# working hours reported and effect on obligatory-rest rules (which
1053# was suspended on that night): 1052# was suspended on that night):
1054# http://www.retsinfo.dk/_GETDOCI_/ACCN/C19801120554-REGL 1053# https://web.archive.org/web/20140104053304/https://www.retsinformation.dk/Forms/R0710.aspx?id=60267
1055 1054
1056# From Jesper Nørgaard Welen (2005-06-11): 1055# From Jesper Nørgaard Welen (2005-06-11):
1057# The Herning Folkeblad (1980-09-26) reported that the night between 1056# The Herning Folkeblad (1980-09-26) reported that the night between
1058# Saturday and Sunday the clock is set back from three to two. 1057# Saturday and Sunday the clock is set back from three to two.
1059 1058
1060# From Paul Eggert (2005-06-11): 1059# From Paul Eggert (2005-06-11):
1061# Hence the "02:00" of the 1980 law refers to standard time, not 1060# Hence the "02:00" of the 1980 law refers to standard time, not
1062# wall-clock time, and so the EU rules were in effect in 1980. 1061# wall-clock time, and so the EU rules were in effect in 1980.
1063 1062
1064# Rule NAME FROM TO - IN ON AT SAVE LETTER/S 1063# Rule NAME FROM TO - IN ON AT SAVE LETTER/S
1065Rule Denmark 1916 only - May 14 23:00 1:00 S 1064Rule Denmark 1916 only - May 14 23:00 1:00 S
1066Rule Denmark 1916 only - Sep 30 23:00 0 - 1065Rule Denmark 1916 only - Sep 30 23:00 0 -
1067Rule Denmark 1940 only - May 15 0:00 1:00 S 1066Rule Denmark 1940 only - May 15 0:00 1:00 S

cvs diff -r1.1.1.27.2.4 -r1.1.1.27.2.5 src/external/public-domain/tz/dist/NEWS (expand / switch to unified diff)

--- src/external/public-domain/tz/dist/NEWS 2020/10/18 18:18:44 1.1.1.27.2.4
+++ src/external/public-domain/tz/dist/NEWS 2020/11/01 17:19:35 1.1.1.27.2.5
@@ -1,15 +1,33 @@ @@ -1,15 +1,33 @@
1News for the tz database 1News for the tz database
2 2
 3Release 2020d - 2020-10-21 11:24:13 -0700
 4
 5 Briefly:
 6 Palestine ends DST earlier than predicted, on 2020-10-24.
 7
 8 Changes to past and future timestamps
 9
 10 Palestine ends DST on 2020-10-24 at 01:00, instead of 2020-10-31
 11 as previously predicted (thanks to Sharef Mustafa.) Its
 12 2019-10-26 fall-back was at 00:00, not 01:00 (thanks to Steffen
 13 Thorsen.) Its 2015-10-23 transition was at 01:00 not 00:00, and
 14 its spring 2020 transition was on March 28 at 00:00, not March 27
 15 (thanks to Pierre Cashon.) This affects Asia/Gaza and
 16 Asia/Hebron. Assume future spring and fall transitions will be on
 17 the Saturday preceding the last Sunday of March and October,
 18 respectively.
 19
 20
3Release 2020c - 2020-10-16 11:15:53 -0700 21Release 2020c - 2020-10-16 11:15:53 -0700
4 22
5 Briefly: 23 Briefly:
6 Fiji starts DST later than usual, on 2020-12-20. 24 Fiji starts DST later than usual, on 2020-12-20.
7 25
8 Changes to future timestamps 26 Changes to future timestamps
9 27
10 Fiji will start DST on 2020-12-20, instead of 2020-11-08 as 28 Fiji will start DST on 2020-12-20, instead of 2020-11-08 as
11 previously predicted. DST will still end on 2021-01-17. 29 previously predicted. DST will still end on 2021-01-17.
12 (Thanks to Raymond Kumar and Alan Mintz.) Assume for now that 30 (Thanks to Raymond Kumar and Alan Mintz.) Assume for now that
13 the later-than-usual start date is a one-time departure from the 31 the later-than-usual start date is a one-time departure from the
14 recent pattern. 32 recent pattern.
15 33

cvs diff -r1.17.2.4 -r1.17.2.5 src/external/public-domain/tz/dist/TZDATA_VERSION (expand / switch to unified diff)

--- src/external/public-domain/tz/dist/TZDATA_VERSION 2020/10/18 18:18:44 1.17.2.4
+++ src/external/public-domain/tz/dist/TZDATA_VERSION 2020/11/01 17:19:35 1.17.2.5

cvs diff -r1.1.1.23.2.3 -r1.1.1.23.2.4 src/external/public-domain/tz/dist/asia (expand / switch to unified diff)

--- src/external/public-domain/tz/dist/asia 2020/10/11 11:26:25 1.1.1.23.2.3
+++ src/external/public-domain/tz/dist/asia 2020/11/01 17:19:35 1.1.1.23.2.4
@@ -3211,66 +3211,97 @@ Zone Asia/Karachi 4:28:12 - LMT 1907 @@ -3211,66 +3211,97 @@ Zone Asia/Karachi 4:28:12 - LMT 1907
3211# http://pnn.ps/news/401130 3211# http://pnn.ps/news/401130
3212# http://palweather.ps/ar/node/50136.html 3212# http://palweather.ps/ar/node/50136.html
3213# 3213#
3214# From Sharif Mustafa (2019-03-26): 3214# From Sharif Mustafa (2019-03-26):
3215# The Palestinian cabinet announced today that the switch to DST will 3215# The Palestinian cabinet announced today that the switch to DST will
3216# be on Fri Mar 29th 2019 by advancing the clock by 60 minutes. 3216# be on Fri Mar 29th 2019 by advancing the clock by 60 minutes.
3217# http://palestinecabinet.gov.ps/Website/AR/NDecrees/ViewFile.ashx?ID=e54e9ea1-50ee-4137-84df-0d6c78da259b 3217# http://palestinecabinet.gov.ps/Website/AR/NDecrees/ViewFile.ashx?ID=e54e9ea1-50ee-4137-84df-0d6c78da259b
3218# 3218#
3219# From Even Scharning (2019-04-10): 3219# From Even Scharning (2019-04-10):
3220# Our source in Palestine said it happened Friday 29 at 00:00 local time.... 3220# Our source in Palestine said it happened Friday 29 at 00:00 local time....
3221 3221
3222# From Sharef Mustafa (2019-10-18): 3222# From Sharef Mustafa (2019-10-18):
3223# Palestine summer time will end on midnight Oct 26th 2019 ... 3223# Palestine summer time will end on midnight Oct 26th 2019 ...
3224# http://www.palestinecabinet.gov.ps/website/ar/ViewDetails?ID=43948 
3225# 3224#
3226# From Paul Eggert (2019-04-10): 3225# From Steffen Thorsen (2020-10-20):
3227# For now, guess spring-ahead transitions are March's last Friday at 00:00. 3226# Some sources such as these say, and display on clocks, that DST ended at
 3227# midnight last year...
 3228# https://www.amad.ps/ar/post/320006
 3229#
 3230# From Tim Parenti (2020-10-20):
 3231# The report of the Palestinian Cabinet meeting of 2019-10-14 confirms
 3232# a decision on (translated): "The start of the winter time in Palestine, by
 3233# delaying the clock by sixty minutes, starting from midnight on Friday /
 3234# Saturday corresponding to 26/10/2019."
 3235# http://www.palestinecabinet.gov.ps/portal/meeting/details/43948
 3236
 3237# From Sharef Mustafa (2020-10-20):
 3238# As per the palestinian cabinet announcement yesterday , the day light saving
 3239# shall [end] on Oct 24th 2020 at 01:00AM by delaying the clock by 60 minutes.
 3240# http://www.palestinecabinet.gov.ps/portal/Meeting/Details/51584
 3241
 3242# From Tim Parenti (2020-10-20):
 3243# Predict future fall transitions at 01:00 on the Saturday preceding October's
 3244# last Sunday (i.e., Sat>=24). This is consistent with our predictions since
 3245# 2016, although the time of the change differed slightly in 2019.
 3246
 3247# From Pierre Cashon (2020-10-20):
 3248# The summer time this year started on March 28 at 00:00.
 3249# https://wafa.ps/ar_page.aspx?id=GveQNZa872839351758aGveQNZ
 3250# http://www.palestinecabinet.gov.ps/portal/meeting/details/50284
 3251# The winter time in 2015 started on October 23 at 01:00.
 3252# https://wafa.ps/ar_page.aspx?id=CgpCdYa670694628582aCgpCdY
 3253# http://www.palestinecabinet.gov.ps/portal/meeting/details/27583
3228# 3254#
3229# From Tim Parenti (2016-10-19): 3255# From Paul Eggert (2019-04-10):
3230# Predict fall transitions on October's last Saturday at 01:00 from now on. 3256# For now, guess spring-ahead transitions are at 00:00 on the Saturday
 3257# preceding March's last Sunday (i.e., Sat>=24).
3231 3258
3232# Rule NAME FROM TO - IN ON AT SAVE LETTER/S 3259# Rule NAME FROM TO - IN ON AT SAVE LETTER/S
3233Rule EgyptAsia 1957 only - May 10 0:00 1:00 S 3260Rule EgyptAsia 1957 only - May 10 0:00 1:00 S
3234Rule EgyptAsia 1957 1958 - Oct 1 0:00 0 - 3261Rule EgyptAsia 1957 1958 - Oct 1 0:00 0 -
3235Rule EgyptAsia 1958 only - May 1 0:00 1:00 S 3262Rule EgyptAsia 1958 only - May 1 0:00 1:00 S
3236Rule EgyptAsia 1959 1967 - May 1 1:00 1:00 S 3263Rule EgyptAsia 1959 1967 - May 1 1:00 1:00 S
3237Rule EgyptAsia 1959 1965 - Sep 30 3:00 0 - 3264Rule EgyptAsia 1959 1965 - Sep 30 3:00 0 -
3238Rule EgyptAsia 1966 only - Oct 1 3:00 0 - 3265Rule EgyptAsia 1966 only - Oct 1 3:00 0 -
3239 3266
3240Rule Palestine 1999 2005 - Apr Fri>=15 0:00 1:00 S 3267Rule Palestine 1999 2005 - Apr Fri>=15 0:00 1:00 S
3241Rule Palestine 1999 2003 - Oct Fri>=15 0:00 0 - 3268Rule Palestine 1999 2003 - Oct Fri>=15 0:00 0 -
3242Rule Palestine 2004 only - Oct 1 1:00 0 - 3269Rule Palestine 2004 only - Oct 1 1:00 0 -
3243Rule Palestine 2005 only - Oct 4 2:00 0 - 3270Rule Palestine 2005 only - Oct 4 2:00 0 -
3244Rule Palestine 2006 2007 - Apr 1 0:00 1:00 S 3271Rule Palestine 2006 2007 - Apr 1 0:00 1:00 S
3245Rule Palestine 2006 only - Sep 22 0:00 0 - 3272Rule Palestine 2006 only - Sep 22 0:00 0 -
3246Rule Palestine 2007 only - Sep Thu>=8 2:00 0 - 3273Rule Palestine 2007 only - Sep 13 2:00 0 -
3247Rule Palestine 2008 2009 - Mar lastFri 0:00 1:00 S 3274Rule Palestine 2008 2009 - Mar lastFri 0:00 1:00 S
3248Rule Palestine 2008 only - Sep 1 0:00 0 - 3275Rule Palestine 2008 only - Sep 1 0:00 0 -
3249Rule Palestine 2009 only - Sep Fri>=1 1:00 0 - 3276Rule Palestine 2009 only - Sep 4 1:00 0 -
3250Rule Palestine 2010 only - Mar 26 0:00 1:00 S 3277Rule Palestine 2010 only - Mar 26 0:00 1:00 S
3251Rule Palestine 2010 only - Aug 11 0:00 0 - 3278Rule Palestine 2010 only - Aug 11 0:00 0 -
3252Rule Palestine 2011 only - Apr 1 0:01 1:00 S 3279Rule Palestine 2011 only - Apr 1 0:01 1:00 S
3253Rule Palestine 2011 only - Aug 1 0:00 0 - 3280Rule Palestine 2011 only - Aug 1 0:00 0 -
3254Rule Palestine 2011 only - Aug 30 0:00 1:00 S 3281Rule Palestine 2011 only - Aug 30 0:00 1:00 S
3255Rule Palestine 2011 only - Sep 30 0:00 0 - 3282Rule Palestine 2011 only - Sep 30 0:00 0 -
3256Rule Palestine 2012 2014 - Mar lastThu 24:00 1:00 S 3283Rule Palestine 2012 2014 - Mar lastThu 24:00 1:00 S
3257Rule Palestine 2012 only - Sep 21 1:00 0 - 3284Rule Palestine 2012 only - Sep 21 1:00 0 -
3258Rule Palestine 2013 only - Sep Fri>=21 0:00 0 - 3285Rule Palestine 2013 only - Sep 27 0:00 0 -
3259Rule Palestine 2014 2015 - Oct Fri>=21 0:00 0 - 3286Rule Palestine 2014 only - Oct 24 0:00 0 -
3260Rule Palestine 2015 only - Mar lastFri 24:00 1:00 S 3287Rule Palestine 2015 only - Mar 28 0:00 1:00 S
 3288Rule Palestine 2015 only - Oct 23 1:00 0 -
3261Rule Palestine 2016 2018 - Mar Sat>=24 1:00 1:00 S 3289Rule Palestine 2016 2018 - Mar Sat>=24 1:00 1:00 S
3262Rule Palestine 2016 max - Oct lastSat 1:00 0 - 3290Rule Palestine 2016 2018 - Oct Sat>=24 1:00 0 -
3263Rule Palestine 2019 max - Mar lastFri 0:00 1:00 S 3291Rule Palestine 2019 only - Mar 29 0:00 1:00 S
 3292Rule Palestine 2019 only - Oct Sat>=24 0:00 0 -
 3293Rule Palestine 2020 max - Mar Sat>=24 0:00 1:00 S
 3294Rule Palestine 2020 max - Oct Sat>=24 1:00 0 -
3264 3295
3265# Zone NAME STDOFF RULES FORMAT [UNTIL] 3296# Zone NAME STDOFF RULES FORMAT [UNTIL]
3266Zone Asia/Gaza 2:17:52 - LMT 1900 Oct 3297Zone Asia/Gaza 2:17:52 - LMT 1900 Oct
3267 2:00 Zion EET/EEST 1948 May 15 3298 2:00 Zion EET/EEST 1948 May 15
3268 2:00 EgyptAsia EE%sT 1967 Jun 5 3299 2:00 EgyptAsia EE%sT 1967 Jun 5
3269 2:00 Zion I%sT 1996 3300 2:00 Zion I%sT 1996
3270 2:00 Jordan EE%sT 1999 3301 2:00 Jordan EE%sT 1999
3271 2:00 Palestine EE%sT 2008 Aug 29 0:00 3302 2:00 Palestine EE%sT 2008 Aug 29 0:00
3272 2:00 - EET 2008 Sep 3303 2:00 - EET 2008 Sep
3273 2:00 Palestine EE%sT 2010 3304 2:00 Palestine EE%sT 2010
3274 2:00 - EET 2010 Mar 27 0:01 3305 2:00 - EET 2010 Mar 27 0:01
3275 2:00 Palestine EE%sT 2011 Aug 1 3306 2:00 Palestine EE%sT 2011 Aug 1
3276 2:00 - EET 2012 3307 2:00 - EET 2012

cvs diff -r1.1.1.14.2.4 -r1.1.1.14.2.5 src/external/public-domain/tz/dist/version (expand / switch to unified diff)

--- src/external/public-domain/tz/dist/version 2020/10/18 18:18:44 1.1.1.14.2.4
+++ src/external/public-domain/tz/dist/version 2020/11/01 17:19:35 1.1.1.14.2.5