summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Nordhoff <mnordhoff@mattnordhoff.com>2009-06-18 03:16:45 +0000
committerMatt Nordhoff <mnordhoff@mattnordhoff.com>2009-06-18 03:16:45 +0000
commitfe2000e41f5748c996c7e76bbb23a0db2836efda (patch)
tree4ab4541362d9af7e8e1d40d42d6404538c2ef3ed
parent4763dd36992adefe39d879b72b99a27f6d9b1307 (diff)
downloadpytz-fe2000e41f5748c996c7e76bbb23a0db2836efda.tar.gz
Upgrade tzdata to 2009j
-rw-r--r--elsie.nci.nih.gov/src/asia15
-rw-r--r--src/pytz/__init__.py2
-rw-r--r--src/pytz/tests/test_tzinfo.py2
3 files changed, 11 insertions, 8 deletions
diff --git a/elsie.nci.nih.gov/src/asia b/elsie.nci.nih.gov/src/asia
index de2ca39..2262397 100644
--- a/elsie.nci.nih.gov/src/asia
+++ b/elsie.nci.nih.gov/src/asia
@@ -1,5 +1,5 @@
# <pre>
-# @(#)asia 8.34
+# @(#)asia 8.35
# This file is in the public domain, so clarified as of
# 2009-05-17 by Arthur David Olson.
@@ -165,9 +165,12 @@ Zone Asia/Bahrain 3:22:20 - LMT 1920 # Al Manamah
# http://www.timeanddate.com/news/time/bangladesh-daylight-saving-2009.html
# </a>
-# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
-Rule Bang 2009 only - Jan 1 0:00 0 -
-Rule Bang 2009 only - Jun 20 0:00 1:00 S
+# From A. N. M. Kamrus Saadat (2009-06-15):
+# Finally we've got the official mail regarding DST start time where DST start
+# time is mentioned as Jun 19 2009, 23:00 from BTRC (Bangladesh
+# Telecommunication Regulatory Commission).
+#
+# No DST end date has been announced yet.
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
Zone Asia/Dhaka 6:01:40 - LMT 1890
@@ -176,8 +179,8 @@ Zone Asia/Dhaka 6:01:40 - LMT 1890
5:30 - IST 1942 Sep
6:30 - BURT 1951 Sep 30
6:00 - DACT 1971 Mar 26 # Dacca Time
- 6:00 - BDT 2009 # Bangladesh Time
- 6:00 Bang BD%sT
+ 6:00 - BDT 2009 Jun 19 23:00 # Bangladesh Time
+ 6:00 1:00 BDST
# Bhutan
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
diff --git a/src/pytz/__init__.py b/src/pytz/__init__.py
index 30722d9..544df08 100644
--- a/src/pytz/__init__.py
+++ b/src/pytz/__init__.py
@@ -9,7 +9,7 @@ on how to use these modules.
'''
# The Olson database has historically been updated about 4 times a year
-OLSON_VERSION = '2009i'
+OLSON_VERSION = '2009j'
VERSION = OLSON_VERSION
# Version format for a patch release - only one so far.
#VERSION = OLSON_VERSION + '.2'
diff --git a/src/pytz/tests/test_tzinfo.py b/src/pytz/tests/test_tzinfo.py
index eaf2a5b..7e09916 100644
--- a/src/pytz/tests/test_tzinfo.py
+++ b/src/pytz/tests/test_tzinfo.py
@@ -15,7 +15,7 @@ from pytz import reference
# I test for expected version to ensure the correct version of pytz is
# actually being tested.
-EXPECTED_VERSION='2009i'
+EXPECTED_VERSION='2009j'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'