Home
last modified time | relevance | path

Searched refs:run_with_tz (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/test_email/
Dtest_utils.py88 @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/
Dtest_imaplib.py14 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')
Ddatetimetester.py2391 @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 …]
Dtest_strptime.py701 @support.run_with_tz('STD-1DST,M4.1.0,M10.1.0')
/third_party/python/Lib/test/support/
D__init__.py720 def run_with_tz(tz): function
/third_party/python/Doc/library/
Dtest.rst667 .. decorator:: run_with_tz(tz)