class documentation

class TimezoneTransition(object):

View In Hierarchy

A helper object that represents the return value from 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.
def __init__(self, activates, from_tzinfo, to_tzinfo, reference_date=None):

Undocumented

def __repr__(self):

Undocumented

activates =

Undocumented

from_tzinfo =

Undocumented

reference_date =

Undocumented

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.