Home | Trees | Indices | Help |
|
---|
|
object --+ | datetime.tzinfo --+ | UTCOffsetTimeZone
A datetime.tzinfo
subclass that helps deal with UTC
conversions in an ISO8601 world.
This class only supports fixed offsets from UTC.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__Lexical_re = re.compile(r'^
|
|||
__utcOffset_min = 0
|
|||
__utcOffset_td = None hash(x) |
|||
__ZeroDuration = datetime.timedelta(0)
|
|
|||
Inherited from |
|
Create a time zone instance with a fixed offset from UTC.
|
Returns the constant offset for this zone.
|
Return the name of the timezone in ISO8601 format.
|
Returns a constant zero duration.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Sep 9 14:08:52 2011 | http://epydoc.sourceforge.net |