diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-12-27 17:47:48 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-12-27 17:47:48 (GMT) |
commit | fe06c63182af8cb6b22df8c3cf9c7670c92c320d (patch) | |
tree | 526fc274b5000a5dd226efcc3f6f5e30b7328d64 /library/tzdata/EST | |
parent | 988dfef7f36424cf6008cd90ce865e7b62735f10 (diff) | |
download | tcl-fe06c63182af8cb6b22df8c3cf9c7670c92c320d.zip tcl-fe06c63182af8cb6b22df8c3cf9c7670c92c320d.tar.gz tcl-fe06c63182af8cb6b22df8c3cf9c7670c92c320d.tar.bz2 |
Olson's tzdata2005r
Diffstat (limited to 'library/tzdata/EST')
-rw-r--r-- | library/tzdata/EST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/tzdata/EST b/library/tzdata/EST index 5500db2..4377674 100644 --- a/library/tzdata/EST +++ b/library/tzdata/EST @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit -if {![info exists TZData(America/Panama)]} { - LoadTimeZoneFile America/Panama + +set TZData(:EST) { + {-9223372036854775808 -18000 0 EST} } -set TZData(:EST) $TZData(:America/Panama) |