method

xmlschema

v1_8_6_287 - Show latest stable - Class: Time
xmlschema(fraction_digits=0)
public

Returns a string which represents the time as dateTime defined by <a href="/ruby/XML">XML</a> Schema:

  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_seconds specifies a number of digits of fractional seconds. Its default value is 0.