File size: 173 Bytes
e808781 | 1 2 3 4 5 6 | # created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(Europe/Paris)]} {
LoadTimeZoneFile Europe/Paris
}
set TZData(:Europe/Monaco) $TZData(:Europe/Paris)
|
e808781 | 1 2 3 4 5 6 | # created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(Europe/Paris)]} {
LoadTimeZoneFile Europe/Paris
}
set TZData(:Europe/Monaco) $TZData(:Europe/Paris)
|