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/Pacific/Apia | |
parent | 4c8ac836436763b4845b2242e9a65353524cdff1 (diff) | |
download | tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.zip tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.tar.gz tcl-1f99865198b8c9000ddf55ff1402172555b1eb78.tar.bz2 |
Fix tzdata line terminators
Diffstat (limited to 'library/tzdata/Pacific/Apia')
-rw-r--r-- | library/tzdata/Pacific/Apia | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/library/tzdata/Pacific/Apia b/library/tzdata/Pacific/Apia index ba105b0..5d34ed1 100644 --- a/library/tzdata/Pacific/Apia +++ b/library/tzdata/Pacific/Apia @@ -1,8 +1,8 @@ -# created by tools/tclZIC.tcl - do not edit
-
-set TZData(:Pacific/Apia) {
- {-9223372036854775808 45184 0 LMT}
- {-2855737984 -41216 0 LMT}
- {-1861878784 -41400 0 SAMT}
- {-631110600 -39600 0 WST}
-}
+# created by tools/tclZIC.tcl - do not edit + +set TZData(:Pacific/Apia) { + {-9223372036854775808 45184 0 LMT} + {-2855737984 -41216 0 LMT} + {-1861878784 -41400 0 SAMT} + {-631110600 -39600 0 WST} +} |