Home | Trees | Indices | Help |
---|
|
object --+ | datetime.tzinfo --+ | _namelessTZ
(Nameless) timezone object. The python datetime object requires timezones as a specific object added to the conversion, rather than the explicit hour and minute difference used by XSD. This class is used to wrap around the hour/minute values.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
datetime -> minutes east of UTC (negative for west of UTC).
|
datetime -> string name of time zone.
|
datetime -> DST offset in minutes east of UTC.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Feb 7 15:00:18 2014 | http://epydoc.sourceforge.net |