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 | 1f99865198b8c9000ddf55ff1402172555b1eb78 (patch) | |
tree | c6e9c6776842463a92ff192415aa921e46afc57a /library/tzdata/America/Bogota | |
parent | 4c8ac836436763b4845b2242e9a65353524cdff1 (diff) | |
download | tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.zip tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.tar.gz tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.tar.bz2 |
Fix tzdata line terminators
Diffstat (limited to 'library/tzdata/America/Bogota')
-rw-r--r-- | library/tzdata/America/Bogota | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/library/tzdata/America/Bogota b/library/tzdata/America/Bogota index e2ba04c..f727d17 100644 --- a/library/tzdata/America/Bogota +++ b/library/tzdata/America/Bogota @@ -1,9 +1,9 @@ -# created by tools/tclZIC.tcl - do not edit
-
-set TZData(:America/Bogota) {
- {-9223372036854775808 -17780 0 LMT}
- {-2707671820 -17780 0 BMT}
- {-1739041420 -18000 0 COT}
- {704869200 -14400 1 COST}
- {733896000 -18000 0 COT}
-}
+# created by tools/tclZIC.tcl - do not edit + +set TZData(:America/Bogota) { + {-9223372036854775808 -17780 0 LMT} + {-2707671820 -17780 0 BMT} + {-1739041420 -18000 0 COT} + {704869200 -14400 1 COST} + {733896000 -18000 0 COT} +} |