
Static Public Attributes | |
| tuple | tzinfo = pytz.timezone('US/Eastern') |
| tuple | transition_time = datetime(2002, 10, 27, 6, 0, 0, tzinfo=UTC) |
| dictionary | before |
| dictionary | after |
Definition at line 258 of file test_tzinfo.py.
dictionary test_tzinfo::USEasternDSTEndTestCase::after [static] |
Initial value:
{
'tzname': 'EST',
'utcoffset': timedelta(hours = -5),
'dst': timedelta(hours = 0),
}
Reimplemented from test_tzinfo::USEasternDSTStartTestCase.
Definition at line 266 of file test_tzinfo.py.
dictionary test_tzinfo::USEasternDSTEndTestCase::before [static] |
Initial value:
{
'tzname': 'EDT',
'utcoffset': timedelta(hours = -4),
'dst': timedelta(hours = 1),
}
Reimplemented from test_tzinfo::USEasternDSTStartTestCase.
Definition at line 261 of file test_tzinfo.py.
tuple test_tzinfo::USEasternDSTEndTestCase::transition_time = datetime(2002, 10, 27, 6, 0, 0, tzinfo=UTC) [static] |
Reimplemented from test_tzinfo::USEasternDSTStartTestCase.
Definition at line 260 of file test_tzinfo.py.
tuple test_tzinfo::USEasternDSTEndTestCase::tzinfo = pytz.timezone('US/Eastern') [static] |
Reimplemented from test_tzinfo::USEasternDSTStartTestCase.
Reimplemented in test_tzinfo::ReferenceUSEasternDSTEndTestCase.
Definition at line 259 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...