diff options
author | Kevin B Kenny <kennykb@acm.org> | 2006-10-04 21:03:55 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2006-10-04 21:03:55 (GMT) |
commit | fd980a9e41effa12cbddb4907a40734c83971906 (patch) | |
tree | 394c862325cf6beca1c32f189db8e9da5c167742 /library/tzdata/Mexico | |
parent | db1d9841241f0040a9cb6bf80b8cd50e5059d2f0 (diff) | |
download | tcl-fd980a9e41effa12cbddb4907a40734c83971906.zip tcl-fd980a9e41effa12cbddb4907a40734c83971906.tar.gz tcl-fd980a9e41effa12cbddb4907a40734c83971906.tar.bz2 |
Olson's tzdata2006m
Diffstat (limited to 'library/tzdata/Mexico')
-rw-r--r-- | library/tzdata/Mexico/BajaNorte | 2 | ||||
-rw-r--r-- | library/tzdata/Mexico/BajaSur | 2 | ||||
-rw-r--r-- | library/tzdata/Mexico/General | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/library/tzdata/Mexico/BajaNorte b/library/tzdata/Mexico/BajaNorte index ca7724d..8f6f459 100644 --- a/library/tzdata/Mexico/BajaNorte +++ b/library/tzdata/Mexico/BajaNorte @@ -1,4 +1,4 @@ -# created by ../tools/tclZIC.tcl - do not edit +# created by tools/tclZIC.tcl - do not edit if {![info exists TZData(America/Tijuana)]} { LoadTimeZoneFile America/Tijuana } diff --git a/library/tzdata/Mexico/BajaSur b/library/tzdata/Mexico/BajaSur index 7dedbc6..6d335a1 100644 --- a/library/tzdata/Mexico/BajaSur +++ b/library/tzdata/Mexico/BajaSur @@ -1,4 +1,4 @@ -# created by ../tools/tclZIC.tcl - do not edit +# created by tools/tclZIC.tcl - do not edit if {![info exists TZData(America/Mazatlan)]} { LoadTimeZoneFile America/Mazatlan } diff --git a/library/tzdata/Mexico/General b/library/tzdata/Mexico/General index 3d07654..0cac92f 100644 --- a/library/tzdata/Mexico/General +++ b/library/tzdata/Mexico/General @@ -1,4 +1,4 @@ -# created by ../tools/tclZIC.tcl - do not edit +# created by tools/tclZIC.tcl - do not edit if {![info exists TZData(America/Mexico_City)]} { LoadTimeZoneFile America/Mexico_City } |