Tcl Source Code

Artifact [58aa977809]
Login

Artifact 58aa977809ba7368f0bac50ef84b8286a3440199:

Wiki page [How To Import tzdata] by dgp 2011-04-07 14:56:11.
D 2011-04-07T14:56:11.357
L How\sTo\sImport\stzdata
P f7bccb2344ee47bf5ddcc10293f9c2e733495985
U dgp
W 1169
How to import tzdata:

  #  Download the new version of tzdata: (Example: http://elsie.nci.nih.gov/tzdata2011e.tar.gz)
  #  Unpack the tarball <i>in an empty directory.</i> (For compatibility reasons, the tzdata tarball does not have a top-level directory.)
  #  Go to the top directory of a Tcl 8.5 sandbox, and utter the command:
<verbatim>
tclsh8.5 tools/tclZIC.tcl /path/to/unpacked/tzdata library/tzdata
</verbatim>
where <tt>/path/to/unpacked/tzdata</tt> is the path name of the directory you used at step 2.
  #  Review the output for errors (there should be none).
  #  Do <tt>fossil extra</tt>, and do <tt>fossil add</tt> for any new locales that have appeared in <tt>library/tzdata</tt>.
  #  Do <tt>fossil status</tt> to find out what locales have new data. Write a log message in <tt>ChangeLog</tt> to describe the import.
  #  <tt>fossil commit</tt> your changes.
  #  As with any maintenance change, go to a trunk sandbox (or <tt>fossil update trunk</tt>), and do
<verbatim>
fossil merge core-8-5-branch
</verbatim>
  #  Resolve the inevitable merge conflict in <tt>ChangeLog</tt> and commit.
  #  <tt>fossil sync</tt> and you're done.

Z 62f13006de8a7d49dcd227fb9c93a19a