Searched refs:run_with_tz (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/test/test_email/ |
D | test_utils.py | 88 @test.support.run_with_tz('Europe/Minsk') 96 @test.support.run_with_tz('Europe/Minsk') 104 @test.support.run_with_tz('EST+05EDT,M3.2.0,M11.1.0') 113 @test.support.run_with_tz('EST+05EDT,M3.2.0,M11.1.0') 142 @test.support.run_with_tz('Europe/Kiev') 156 @test.support.run_with_tz('Europe/Minsk') 164 @test.support.run_with_tz('Europe/Minsk')
|
/third_party/python/Lib/test/ |
D | test_imaplib.py | 14 run_with_tz, run_with_locale, cpython_only) 44 @run_with_tz('MST+07MDT,M4.1.0,M10.5.0') 62 @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 2750 @support.run_with_tz('EDT4') 4601 @support.run_with_tz('UTC') 4609 @support.run_with_tz('EST+05EDT,M3.2.0,M11.1.0') 4620 @support.run_with_tz('EST+05EDT,M3.2.0,M11.1.0') 5386 @support.run_with_tz('EST+05EDT,M3.2.0,M11.1.0') 5394 @support.run_with_tz('Australia/Lord_Howe') 5415 @support.run_with_tz('EST+05EDT,M3.2.0,M11.1.0') 5422 @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')
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 720 def run_with_tz(tz): function
|
/third_party/python/Doc/library/ |
D | test.rst | 667 .. decorator:: run_with_tz(tz)
|