class ActiveSupport::TimeWithZone
def xmlschema(fraction_digits = 0)
format.
Returns a string of the object's date and time in the ISO 8601 standard
def xmlschema(fraction_digits = 0) "#{time.strftime(PRECISIONS[fraction_digits.to_i])}#{formatted_offset(true, 'Z')}" end