diff options
author | Kevin B Kenny <kennykb@acm.org> | 2009-10-24 22:20:53 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2009-10-24 22:20:53 (GMT) |
commit | 30a3c0dd1ee3d281c2131f4c2a8d13302b594e18 (patch) | |
tree | 87aa03e01cb6b5439993ed8b48eec02de1d7e3cf /library/tzdata/Asia/Dhaka | |
parent | f00682186bc011c9dea0bb6125848af3af894c87 (diff) | |
download | tcl-30a3c0dd1ee3d281c2131f4c2a8d13302b594e18.zip tcl-30a3c0dd1ee3d281c2131f4c2a8d13302b594e18.tar.gz tcl-30a3c0dd1ee3d281c2131f4c2a8d13302b594e18.tar.bz2 |
* library/clock.tcl (ProcessPosixTimeZone):
Corrected a regression in the fix to [Bug 2207436] that caused
[clock] to apply EU daylight saving time rules in the US.
Thanks to Karl Lehenbauer for reporting this regression.
* tests/clock.test (clock-52.4):
Added a regression test for the above bug.
* library/tzdata/Asia/Dhaka:
* library/tzdata/Asia/Karachi:
New DST rules for Bangladesh and Pakistan. (Olson's tzdata2009o.)
Diffstat (limited to 'library/tzdata/Asia/Dhaka')
-rw-r--r-- | library/tzdata/Asia/Dhaka | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/tzdata/Asia/Dhaka b/library/tzdata/Asia/Dhaka index 70fc865..7ce68ce 100644 --- a/library/tzdata/Asia/Dhaka +++ b/library/tzdata/Asia/Dhaka @@ -9,5 +9,4 @@ set TZData(:Asia/Dhaka) { {-576138600 21600 0 DACT} {38772000 21600 0 BDT} {1245430800 25200 1 BDST} - {1262278800 21600 0 BDT} } |