mirror of https://github.com/python/cpython.git
Issue 24773: Use the standard Asia/Tehran name in the Iran test.
This commit is contained in:
parent
a787e5f31d
commit
07e2a0aba9
|
@ -4794,7 +4794,7 @@ def __init__(self):
|
|||
|
||||
# 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())
|
||||
|
|
Loading…
Reference in New Issue