summaryrefslogtreecommitdiffstats
path: root/tools/tclZIC.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-22 16:45:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-22 16:45:57 (GMT)
commit23f5c44173c5b8ee32b7adb786e2c2124909bfcf (patch)
treef2b3e1e567c09cb538e104fd5588a4cd3ff8a4c7 /tools/tclZIC.tcl
parent842ee17d6f2ba6644263a7e2f3335a9e5d613edc (diff)
downloadtcl-23f5c44173c5b8ee32b7adb786e2c2124909bfcf.zip
tcl-23f5c44173c5b8ee32b7adb786e2c2124909bfcf.tar.gz
tcl-23f5c44173c5b8ee32b7adb786e2c2124909bfcf.tar.bz2
Update tzdata to 2022a
Diffstat (limited to 'tools/tclZIC.tcl')
-rwxr-xr-xtools/tclZIC.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tclZIC.tcl b/tools/tclZIC.tcl
index 85c9ba9..6b7d97a 100755
--- a/tools/tclZIC.tcl
+++ b/tools/tclZIC.tcl
@@ -3,14 +3,14 @@
# tclZIC.tcl --
#
# Take the time zone data source files from Arthur Olson's
-# repository at elsie.nci.nih.gov, and prepare time zone
+# repository at https://www.iana.org/time-zones, and prepare time zone
# information files for Tcl.
#
# Usage:
# tclsh tclZIC.tcl inputDir outputDir
#
# Parameters:
-# inputDir - Directory (e.g., tzdata2003e) where Olson's source
+# inputDir - Directory (e.g., tzdata2022a) where Olson's source
# files are to be found.
# outputDir - Directory (e.g., ../library/tzdata) where
# the time zone information files are to be placed.