diff options
Diffstat (limited to 'Master/tlpkg/tltcl/lib/tcl8.6/tzdata/Chile')
-rw-r--r-- | Master/tlpkg/tltcl/lib/tcl8.6/tzdata/Chile/Continental | 5 | ||||
-rw-r--r-- | Master/tlpkg/tltcl/lib/tcl8.6/tzdata/Chile/EasterIsland | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Master/tlpkg/tltcl/lib/tcl8.6/tzdata/Chile/Continental b/Master/tlpkg/tltcl/lib/tcl8.6/tzdata/Chile/Continental new file mode 100644 index 00000000000..0f858a3d1d5 --- /dev/null +++ b/Master/tlpkg/tltcl/lib/tcl8.6/tzdata/Chile/Continental @@ -0,0 +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) diff --git a/Master/tlpkg/tltcl/lib/tcl8.6/tzdata/Chile/EasterIsland b/Master/tlpkg/tltcl/lib/tcl8.6/tzdata/Chile/EasterIsland new file mode 100644 index 00000000000..4edc034db45 --- /dev/null +++ b/Master/tlpkg/tltcl/lib/tcl8.6/tzdata/Chile/EasterIsland @@ -0,0 +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) |