method

xmlschema

xmlschema()
public

No documentation available.

# File activesupport/lib/active_support/time_with_zone.rb, line 101
    def xmlschema
      "#{time.strftime("%Y-%m-%dT%H:%M:%S")}#{formatted_offset(true, 'Z')}"
    end