6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
# created by tools/tclZIC.tcl - do not edit
|
|
if {![info exists TZData(Pacific/Honolulu)]} {
|
|
LoadTimeZoneFile Pacific/Honolulu
|
|
}
|
|
set TZData(:US/Hawaii) $TZData(:Pacific/Honolulu)
|