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