From: Alexander Belopolsky Date: Sat, 30 Jul 2016 15:41:02 +0000 (-0400) Subject: Issue 24773: Use the standard Asia/Tehran name in the Iran test. X-Git-Tag: v3.6.0a4~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07e2a0aba9683d22e5df54a7159bd366b8da3908;p=python Issue 24773: Use the standard Asia/Tehran name in the Iran test. --- diff --git a/Lib/test/datetimetester.py b/Lib/test/datetimetester.py index d17c996b23..02deb7c616 100644 --- a/Lib/test/datetimetester.py +++ b/Lib/test/datetimetester.py @@ -4794,7 +4794,7 @@ class ZoneInfoCompleteTest(unittest.TestSuite): # Iran had a sub-minute UTC offset before 1946. class IranTest(ZoneInfoTest): - zonename = 'Iran' + zonename = 'Asia/Tehran' def load_tests(loader, standard_tests, pattern): standard_tests.addTest(ZoneInfoCompleteTest())