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