diff options
Diffstat (limited to 'library/tzdata/Chile')
-rw-r--r-- | library/tzdata/Chile/Continental | 10 | ||||
-rw-r--r-- | library/tzdata/Chile/EasterIsland | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/library/tzdata/Chile/Continental b/library/tzdata/Chile/Continental index 2844b93..0f858a3 100644 --- a/library/tzdata/Chile/Continental +++ b/library/tzdata/Chile/Continental @@ -1,5 +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)
+# created by tools/tclZIC.tcl - do not edit +if {![info exists TZData(America/Santiago)]} { + LoadTimeZoneFile America/Santiago +} +set TZData(:Chile/Continental) $TZData(:America/Santiago) diff --git a/library/tzdata/Chile/EasterIsland b/library/tzdata/Chile/EasterIsland index 9b91321..4edc034 100644 --- a/library/tzdata/Chile/EasterIsland +++ b/library/tzdata/Chile/EasterIsland @@ -1,5 +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)
+# created by tools/tclZIC.tcl - do not edit +if {![info exists TZData(Pacific/Easter)]} { + LoadTimeZoneFile Pacific/Easter +} +set TZData(:Chile/EasterIsland) $TZData(:Pacific/Easter) |