blob: 544bde4784cf69c15453bc954e84024ab0d469db (
plain)
1
2
3
4
5
|
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(Pacific/Auckland)]} {
LoadTimeZoneFile Pacific/Auckland
}
set TZData(:Antarctica/South_Pole) $TZData(:Pacific/Auckland)
|