class documentation

class LocalTimezone(tzinfo): (source)

View In Hierarchy

Implementation of tzinfo with the current time zone, based on the platform's idea of local time
Method dst Undocumented
Method tzname Undocumented
Method utcoffset Undocumented
Method _isdst Undocumented
def dst(self, dt): (source)

Undocumented

def tzname(self, dt): (source)

Undocumented

def utcoffset(self, dt): (source)

Undocumented

def _isdst(self, dt): (source)

Undocumented