
Static Public Attributes | |
| tuple | tzinfo = pytz.timezone('Europe/Vilnius') |
| tuple | instant = timedelta(seconds=31) |
| tuple | transition_time = datetime(1916, 12, 31, 22, 36, 00, tzinfo=UTC) |
| dictionary | before |
| dictionary | after |
Definition at line 319 of file test_tzinfo.py.
dictionary test_tzinfo::VilniusWMTEndTestCase::after [static] |
Initial value:
{
'tzname': 'KMT',
'utcoffset': timedelta(hours=1, minutes=36), # Really 1:35:36
'dst': timedelta(0),
}
Reimplemented from test_tzinfo::USEasternDSTStartTestCase.
Definition at line 330 of file test_tzinfo.py.
dictionary test_tzinfo::VilniusWMTEndTestCase::before [static] |
Initial value:
{
'tzname': 'WMT',
'utcoffset': timedelta(hours=1, minutes=24),
'dst': timedelta(0),
}
Reimplemented from test_tzinfo::USEasternDSTStartTestCase.
Definition at line 325 of file test_tzinfo.py.
tuple test_tzinfo::VilniusWMTEndTestCase::instant = timedelta(seconds=31) [static] |
Reimplemented from test_tzinfo::USEasternDSTStartTestCase.
Definition at line 323 of file test_tzinfo.py.
tuple test_tzinfo::VilniusWMTEndTestCase::transition_time = datetime(1916, 12, 31, 22, 36, 00, tzinfo=UTC) [static] |
Reimplemented from test_tzinfo::USEasternDSTStartTestCase.
Definition at line 324 of file test_tzinfo.py.
tuple test_tzinfo::VilniusWMTEndTestCase::tzinfo = pytz.timezone('Europe/Vilnius') [static] |
Reimplemented from test_tzinfo::USEasternDSTStartTestCase.
Definition at line 322 of file test_tzinfo.py.
© Copyright 2008-2009 Vyper Logix Corp., All Right Reserved; If you reference this document or any part of this document you must use the citation verbatim (including the link) "© Copyright 2008-2009 Vyper Logix Corp., All Right Reserved."
Notice: This source code contained in this document is NOT open source and is NOT being distributed as open source.
122,241 lines of code and growing...