All arguments are optional. tzinfo may be None, or an instance of a
tzinfo subclass. The remaining arguments may be ints or longs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a new object with type S, a subtype of T
|
|
|
|
(cls, state)
|
|
|
|
|
|
|
dst(...)
Return self.tzinfo.dst(self). |
|
|
|
isoformat(...)
Return string in ISO 8601 format, HH:MM:SS[.mmmmmm][+HH:MM]. |
|
|
|
replace(...)
Return time with new specified fields. |
|
|
|
strftime(...)
format -> strftime() style string. |
|
|
|
tzname(...)
Return self.tzinfo.tzname(self). |
|
|
|
utcoffset(...)
Return self.tzinfo.utcoffset(self). |
|
|
Inherited from object :
__delattr__ ,
__init__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|