xmlschema(fraction_digits=0)
Instance Public methods
Returns a string which represents the time as a dateTime defined by XML Schema:
1 2 | CCYY - MM -DDThh :mm :ssTZD CCYY - MM -DDThh :mm :ss .sssTZD |
where TZD is Z or [+-]hh:mm.
If self is a UTC time, Z is used as TZD. [+-]hh:mm is used otherwise.
fractional_digits
specifies a number of digits to use for
fractional seconds. Its default value is 0.
You must require 'time' to use this method.
Please login to continue.