blob: 1559bfaae163ff741a6e68d5d70b48ef642296af (
plain)
1
2
3
4
5
|
# created by ../tools/tclZIC.tcl - do not edit
if {![info exists TZData(Australia/Darwin)]} {
LoadTimeZoneFile Australia/Darwin
}
set TZData(:Australia/North) $TZData(:Australia/Darwin)
|