blob: e0a5cefa516c133bfe9688ec0c35929d6708ebef (
plain)
1
2
3
4
5
|
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/Indiana/Knox)]} {
LoadTimeZoneFile America/Indiana/Knox
}
set TZData(:America/Knox_IN) $TZData(:America/Indiana/Knox)
|