OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, offset, name) |
def | __getinitargs__ (self) |
def | utcoffset (self, dt) |
def | tzname (self, dt) |
def | dst (self, dt) |
Fixed offset timezone, in minutes east from UTC. Implementation based from the Python `standard library documentation <http://docs.python.org/library/datetime.html#tzinfo-objects>`_. Defining __getinitargs__ enables pickling / copying.
def __init__ | ( | self, | |
offset, | |||
name | |||
) |
def __getinitargs__ | ( | self | ) |
def dst | ( | self, | |
dt | |||
) |
def tzname | ( | self, | |
dt | |||
) |
def utcoffset | ( | self, | |
dt | |||
) |