6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
|
# created by tools/tclZIC.tcl - do not edit
|
||
|
if {![info exists TZData(America/Port_of_Spain)]} {
|
||
|
LoadTimeZoneFile America/Port_of_Spain
|
||
|
}
|
||
|
set TZData(:America/Dominica) $TZData(:America/Port_of_Spain)
|