summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-22 16:47:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-22 16:47:55 (GMT)
commitc7490479ef6383a35d74084f897dc50928a83a97 (patch)
treea6536287e2be07d7763ba7b495f074c40c002bad /tools
parent7fec7395455d2d9a6922571ed615fa5b356c4a17 (diff)
parent23f5c44173c5b8ee32b7adb786e2c2124909bfcf (diff)
downloadtcl-c7490479ef6383a35d74084f897dc50928a83a97.zip
tcl-c7490479ef6383a35d74084f897dc50928a83a97.tar.gz
tcl-c7490479ef6383a35d74084f897dc50928a83a97.tar.bz2
Merge 8.5
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tclZIC.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tclZIC.tcl b/tools/tclZIC.tcl
index 52b86ea..71242d6 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.