diff options
author | Kevin B Kenny <kennykb@acm.org> | 2009-04-09 19:55:55 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2009-04-09 19:55:55 (GMT) |
commit | bef7925ea45ac7e83a9ecc812e9a2ccfc86fa207 (patch) | |
tree | 77113d0fc30ab31d85f70ae1c085a1d04a756fa7 /library/tzdata/Chile | |
parent | 79f05cfbe998e59ebdbdc86266d7fbb27238eb59 (diff) | |
download | tcl-bef7925ea45ac7e83a9ecc812e9a2ccfc86fa207.zip tcl-bef7925ea45ac7e83a9ecc812e9a2ccfc86fa207.tar.gz tcl-bef7925ea45ac7e83a9ecc812e9a2ccfc86fa207.tar.bz2 |
Olson's tzdata2009e
Diffstat (limited to 'library/tzdata/Chile')
-rw-r--r-- | library/tzdata/Chile/Continental | 10 | ||||
-rw-r--r-- | library/tzdata/Chile/EasterIsland | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/library/tzdata/Chile/Continental b/library/tzdata/Chile/Continental index 0f858a3..2844b93 100644 --- a/library/tzdata/Chile/Continental +++ b/library/tzdata/Chile/Continental @@ -1,5 +1,5 @@ -# created by tools/tclZIC.tcl - do not edit -if {![info exists TZData(America/Santiago)]} { - LoadTimeZoneFile America/Santiago -} -set TZData(:Chile/Continental) $TZData(:America/Santiago) +# created by tools/tclZIC.tcl - do not edit
+if {![info exists TZData(America/Santiago)]} {
+ LoadTimeZoneFile America/Santiago
+}
+set TZData(:Chile/Continental) $TZData(:America/Santiago)
diff --git a/library/tzdata/Chile/EasterIsland b/library/tzdata/Chile/EasterIsland index 4edc034..9b91321 100644 --- a/library/tzdata/Chile/EasterIsland +++ b/library/tzdata/Chile/EasterIsland @@ -1,5 +1,5 @@ -# created by tools/tclZIC.tcl - do not edit -if {![info exists TZData(Pacific/Easter)]} { - LoadTimeZoneFile Pacific/Easter -} -set TZData(:Chile/EasterIsland) $TZData(:Pacific/Easter) +# created by tools/tclZIC.tcl - do not edit
+if {![info exists TZData(Pacific/Easter)]} {
+ LoadTimeZoneFile Pacific/Easter
+}
+set TZData(:Chile/EasterIsland) $TZData(:Pacific/Easter)
|