class TimezoneTransition(object):
get_next_timezone_transition
.Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Instance Variable | activates |
Undocumented |
Instance Variable | from_tzinfo |
Undocumented |
Instance Variable | reference_date |
Undocumented |
Instance Variable | to_tzinfo |
Undocumented |
Property | from_offset |
The UTC offset in seconds before the transition. |
Property | from_tz |
The name of the timezone before the transition. |
Property | to_offset |
The UTC offset in seconds after the transition. |
Property | to_tz |
The name of the timezone after the transition. |