Searched refs:run_with_tz (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Lib/test/test_email/ |
D | test_utils.py | 78 @test.support.run_with_tz('Europe/Minsk') 86 @test.support.run_with_tz('Europe/Minsk') 94 @test.support.run_with_tz('EST+05EDT,M3.2.0,M11.1.0') 103 @test.support.run_with_tz('EST+05EDT,M3.2.0,M11.1.0') 132 @test.support.run_with_tz('Europe/Kiev') 146 @test.support.run_with_tz('Europe/Minsk') 154 @test.support.run_with_tz('Europe/Minsk')
|
/external/python/cpython3/Lib/test/ |
D | test_imaplib.py | 14 run_with_tz, run_with_locale, cpython_only) 42 @run_with_tz('MST+07MDT,M4.1.0,M10.5.0') 60 @run_with_tz('STD-1DST,M3.2.0,M11.1.0')
|
D | datetimetester.py | 2391 @support.run_with_tz('EST+05EDT,M3.2.0,M11.1.0') 2430 @support.run_with_tz('MSK-03') # Something east of Greenwich 2749 @support.run_with_tz('EDT4') 4600 @support.run_with_tz('UTC') 4608 @support.run_with_tz('EST+05EDT,M3.2.0,M11.1.0') 4619 @support.run_with_tz('EST+05EDT,M3.2.0,M11.1.0') 5407 @support.run_with_tz('EST+05EDT,M3.2.0,M11.1.0') 5415 @support.run_with_tz('Australia/Lord_Howe') 5436 @support.run_with_tz('EST+05EDT,M3.2.0,M11.1.0') 5443 @support.run_with_tz('Australia/Lord_Howe') [all …]
|
D | test_strptime.py | 701 @support.run_with_tz('STD-1DST,M4.1.0,M10.1.0')
|
/external/python/cpython2/Lib/test/ |
D | test_strptime.py | 583 @support.run_with_tz('STD-1DST')
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 1321 def run_with_tz(tz): function
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 1534 def run_with_tz(tz): function
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 908 .. decorator:: run_with_tz(tz)
|