summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2011-11-04 17:39:25 +0700
committerStuart Bishop <stuart@stuartbishop.net>2011-11-04 17:39:25 +0700
commit3d151043a57335683175f3fb3305467f72c00eec (patch)
treeb06e47a17aaa5ffa626449bed76ada0bdb9bcaa3
parent27d9586c3ee6f0ffab6ba81e1ef5533f96cc923d (diff)
downloadpytz-3d151043a57335683175f3fb3305467f72c00eec.tar.gz
Correct confusing comment, including DST in transition time
-rw-r--r--src/pytz/tests/test_tzinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pytz/tests/test_tzinfo.py b/src/pytz/tests/test_tzinfo.py
index 0516857..7578e4e 100644
--- a/src/pytz/tests/test_tzinfo.py
+++ b/src/pytz/tests/test_tzinfo.py
@@ -536,7 +536,7 @@ class TahitiTestCase(USEasternDSTStartTestCase):
class SamoaInternationalDateLineChange(USEasternDSTStartTestCase):
# At the end of 2011, Samoa will switch from being east of the
# international dateline to the west. There will be no Dec 30th
- # 2011 and it will switch from UTC-11 to UTC+13.
+ # 2011 and it will switch from UTC-10 to UTC+14.
tzinfo = pytz.timezone('Pacific/Apia')
transition_time = datetime(2011, 12, 30, 10, 0, 0, tzinfo=UTC)
before = {