class documentation

class GitTz(datetime.tzinfo):

View In Hierarchy

Simple class to store the utc offset only

Method __init__ Undocumented
Method dst Undocumented
Method utcoffset Undocumented
Instance Variable _offset Undocumented
def __init__(self, offset_sec=0, *args, **kwargs):

Undocumented

def dst(self, dt):

Undocumented

def utcoffset(self, dt):

Undocumented

_offset =

Undocumented