class documentation

class _tzicalvtz(_tzinfo): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method dst Undocumented
Method tzname Undocumented
Method utcoffset Undocumented
Method _find_comp Undocumented
Method _find_compdt Undocumented
Instance Variable _cache_lock Undocumented
Instance Variable _cachecomp Undocumented
Instance Variable _cachedate Undocumented
Instance Variable _comps Undocumented
Instance Variable _tzid Undocumented

Inherited from _tzinfo:

Method fromutc Given a timezone-aware datetime in a given timezone, calculates a timezone-aware datetime in a new timezone.
Method is_ambiguous Whether or not the "wall time" of a given datetime is ambiguous in this zone.
Method _fold Undocumented
Method _fold_status Determine the fold status of a "wall" datetime, given a representation of the same datetime as a (naive) UTC datetime. This is calculated based on the assumption that ``dt.utcoffset() - dt.dst()`` is constant for all datetimes, and that this offset is the actual number of hours separating ``dt_utc`` and ``dt_wall``.
Method _fromutc Given a timezone-aware datetime in a given timezone, calculates a timezone-aware datetime in a new timezone.
def __init__(self, tzid, comps=[]): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def dst(self, dt): (source)

Undocumented

@tzname_in_python2
def tzname(self, dt): (source)

Undocumented

def utcoffset(self, dt): (source)

Undocumented

def _find_comp(self, dt): (source)

Undocumented

def _find_compdt(self, comp, dt): (source)

Undocumented

_cache_lock = (source)

Undocumented

_cachecomp: list = (source)

Undocumented

_cachedate: list = (source)

Undocumented

_comps = (source)

Undocumented

_tzid = (source)

Undocumented