blob: 26b23c4cffceea3fee05be555511eb257ea80bf9 (
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)
|