diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-08-13 09:06:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-08-13 09:06:09 (GMT) |
commit | 538b31bdc34b5021d70dfbe2a2787a1293f225a8 (patch) | |
tree | 4ce614e4b21ec3d296b13c3b490d5ab34dfcb047 /library/tzdata/SystemV/AST4ADT | |
parent | 602dfe66bca667059f987f1559432ee137afbd0e (diff) | |
parent | 346e065de33fede983461071e7447b5a2d2ab742 (diff) | |
download | tcl-538b31bdc34b5021d70dfbe2a2787a1293f225a8.zip tcl-538b31bdc34b5021d70dfbe2a2787a1293f225a8.tar.gz tcl-538b31bdc34b5021d70dfbe2a2787a1293f225a8.tar.bz2 |
Put back SystemV timezone files, which were removed in previous commit. Don't know if that was by accident, but seems unwise in a Tcl patch release.
Diffstat (limited to 'library/tzdata/SystemV/AST4ADT')
-rw-r--r-- | library/tzdata/SystemV/AST4ADT | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/library/tzdata/SystemV/AST4ADT b/library/tzdata/SystemV/AST4ADT new file mode 100644 index 0000000..c24308f --- /dev/null +++ b/library/tzdata/SystemV/AST4ADT @@ -0,0 +1,5 @@ +# created by ../tools/tclZIC.tcl - do not edit +if {![info exists TZData(America/Halifax)]} { + LoadTimeZoneFile America/Halifax +} +set TZData(:SystemV/AST4ADT) $TZData(:America/Halifax) |