method
xmlschema
xmlschema()
public
Hide source
# 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