From 3d151043a57335683175f3fb3305467f72c00eec Mon Sep 17 00:00:00 2001 From: Stuart Bishop Date: Fri, 4 Nov 2011 17:39:25 +0700 Subject: Correct confusing comment, including DST in transition time --- src/pytz/tests/test_tzinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit v1.2.1