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