Public Member Functions | |
def | __init__ |
def | dst |
def | tzname |
def | utcoffset |
Private Attributes | |
__name | |
__offset |
Fixed offset timezone, in minutes east from UTC. Implementation from the Python `standard library documentation <http://docs.python.org/library/datetime.html#tzinfo-objects>`_.
Definition at line 23 of file bson/tz_util.py.
def bson::tz_util::FixedOffset::__init__ | ( | self, | ||
offset, | ||||
name | ||||
) |
Definition at line 30 of file bson/tz_util.py.
def bson::tz_util::FixedOffset::dst | ( | self, | ||
dt | ||||
) |
Definition at line 40 of file bson/tz_util.py.
def bson::tz_util::FixedOffset::tzname | ( | self, | ||
dt | ||||
) |
Definition at line 37 of file bson/tz_util.py.
def bson::tz_util::FixedOffset::utcoffset | ( | self, | ||
dt | ||||
) |
Definition at line 34 of file bson/tz_util.py.
bson::tz_util::FixedOffset::__name [private] |
Definition at line 32 of file bson/tz_util.py.
bson::tz_util::FixedOffset::__offset [private] |
Definition at line 31 of file bson/tz_util.py.