diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-22 16:49:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-22 16:49:18 (GMT) |
commit | df95b68753a5b8b52e240d6dd95bd69bce9607af (patch) | |
tree | 55b056bd5728d512483fc19ba0637321cba02b89 /tools | |
parent | f18c5e4638cd2246475e9fabb96410e8696bea81 (diff) | |
parent | c7490479ef6383a35d74084f897dc50928a83a97 (diff) | |
download | tcl-df95b68753a5b8b52e240d6dd95bd69bce9607af.zip tcl-df95b68753a5b8b52e240d6dd95bd69bce9607af.tar.gz tcl-df95b68753a5b8b52e240d6dd95bd69bce9607af.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/tclZIC.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tclZIC.tcl b/tools/tclZIC.tcl index b04669e..b3dd667 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. |