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/Asia/Dhaka | |
parent | bef7925ea45ac7e83a9ecc812e9a2ccfc86fa207 (diff) | |
download | tcl-1d411553104b36d5a80c7a465812e262145c1942.zip tcl-1d411553104b36d5a80c7a465812e262145c1942.tar.gz tcl-1d411553104b36d5a80c7a465812e262145c1942.tar.bz2 |
Fix tzdata line terminators
Diffstat (limited to 'library/tzdata/Asia/Dhaka')
-rw-r--r-- | library/tzdata/Asia/Dhaka | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/library/tzdata/Asia/Dhaka b/library/tzdata/Asia/Dhaka index 3ab1955..8eac24f 100644 --- a/library/tzdata/Asia/Dhaka +++ b/library/tzdata/Asia/Dhaka @@ -1,11 +1,11 @@ -# created by tools/tclZIC.tcl - do not edit
-
-set TZData(:Asia/Dhaka) {
- {-9223372036854775808 21700 0 LMT}
- {-2524543300 21200 0 HMT}
- {-891582800 23400 0 BURT}
- {-872058600 19800 0 IST}
- {-862637400 23400 0 BURT}
- {-576138600 21600 0 DACT}
- {38772000 21600 0 BDT}
-}
+# created by tools/tclZIC.tcl - do not edit + +set TZData(:Asia/Dhaka) { + {-9223372036854775808 21700 0 LMT} + {-2524543300 21200 0 HMT} + {-891582800 23400 0 BURT} + {-872058600 19800 0 IST} + {-862637400 23400 0 BURT} + {-576138600 21600 0 DACT} + {38772000 21600 0 BDT} +} |