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