diff options
author | Kevin B Kenny <kennykb@acm.org> | 2009-04-09 20:11:51 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2009-04-09 20:11:51 (GMT) |
commit | 1d411553104b36d5a80c7a465812e262145c1942 (patch) | |
tree | c6e9c6776842463a92ff192415aa921e46afc57a /library/tzdata/America/Lima | |
parent | bef7925ea45ac7e83a9ecc812e9a2ccfc86fa207 (diff) | |
download | tcl-1d411553104b36d5a80c7a465812e262145c1942.zip tcl-1d411553104b36d5a80c7a465812e262145c1942.tar.gz tcl-1d411553104b36d5a80c7a465812e262145c1942.tar.bz2 |
Fix tzdata line terminators
Diffstat (limited to 'library/tzdata/America/Lima')
-rw-r--r-- | library/tzdata/America/Lima | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/library/tzdata/America/Lima b/library/tzdata/America/Lima index 3e5dcf8..c6e6ac1 100644 --- a/library/tzdata/America/Lima +++ b/library/tzdata/America/Lima @@ -1,16 +1,16 @@ -# created by tools/tclZIC.tcl - do not edit
-
-set TZData(:America/Lima) {
- {-9223372036854775808 -18492 0 LMT}
- {-2524503108 -18516 0 LMT}
- {-1938538284 -14400 0 PEST}
- {-1002052800 -18000 0 PET}
- {-986756400 -14400 1 PEST}
- {-971035200 -18000 0 PET}
- {-955306800 -14400 1 PEST}
- {-939585600 -18000 0 PET}
- {512712000 -18000 0 PET}
- {544248000 -18000 0 PET}
- {638942400 -18000 0 PET}
- {765172800 -18000 0 PET}
-}
+# created by tools/tclZIC.tcl - do not edit + +set TZData(:America/Lima) { + {-9223372036854775808 -18492 0 LMT} + {-2524503108 -18516 0 LMT} + {-1938538284 -14400 0 PEST} + {-1002052800 -18000 0 PET} + {-986756400 -14400 1 PEST} + {-971035200 -18000 0 PET} + {-955306800 -14400 1 PEST} + {-939585600 -18000 0 PET} + {512712000 -18000 0 PET} + {544248000 -18000 0 PET} + {638942400 -18000 0 PET} + {765172800 -18000 0 PET} +} |