6 lines
189 B
Plaintext
6 lines
189 B
Plaintext
|
# created by tools/tclZIC.tcl - do not edit
|
||
|
if {![info exists TZData(America/Santiago)]} {
|
||
|
LoadTimeZoneFile America/Santiago
|
||
|
}
|
||
|
set TZData(:Chile/Continental) $TZData(:America/Santiago)
|