Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v3.2.13) is shown here.
xmlschema()
public
Converts datetime to an appropriate format for use in XML.
# File activesupport/lib/active_support/core_ext/date_time/conversions.rb, line 83
def xmlschema
strftime("%Y-%m-%dT%H:%M:%S%Z")
end