t.p.a._FixedOffsetTZInfo(datetime.tzinfo) : class documentation

Part of twisted.protocols.amp View Source View In Hierarchy

Represents a fixed timezone offset (without daylight saving time).

Instance Variable name A str giving the name of this timezone; the name just includes how much time this offset represents.
Instance Variable offset A datetime.timedelta giving the amount of time this timezone is offset.
Method __init__ Undocumented
Method utcoffset Return this timezone's offset from UTC.
Method dst Return a zero datetime.timedelta for the daylight saving time offset, since there is never one.
Method tzname Return a string describing this timezone.
name =
A str giving the name of this timezone; the name just includes how much time this offset represents.
offset =
A datetime.timedelta giving the amount of time this timezone is offset.
def __init__(self, sign, hours, minutes): (source)
Undocumented
def utcoffset(self, dt): (source)

Return this timezone's offset from UTC.

def dst(self, dt): (source)

Return a zero datetime.timedelta for the daylight saving time offset, since there is never one.

def tzname(self, dt): (source)

Return a string describing this timezone.

API Documentation for Twisted, generated by pydoctor at 2015-04-13 15:26:48.