method
xmlschema
v2.2.1 -
Show latest stable
- Class:
ActiveSupport::TimeWithZone
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