Complete refactoring into subdirectory

This commit is contained in:
leyghisbb
2020-08-30 12:36:33 +02:00
parent dfc7d70fb9
commit 2abb9f2ef1
4942 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/Santiago)]} {
LoadTimeZoneFile America/Santiago
}
set TZData(:Chile/Continental) $TZData(:America/Santiago)

View File

@ -0,0 +1,5 @@
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(Pacific/Easter)]} {
LoadTimeZoneFile Pacific/Easter
}
set TZData(:Chile/EasterIsland) $TZData(:Pacific/Easter)