Method: Time#to_json
- Defined in:
- lib/extlib/time.rb
#to_json ⇒ String
Convert to ISO 8601 representation
Time.now.to_json #=> "\"2008-03-28T17:54:20-05:00\""
15 16 17 |
# File 'lib/extlib/time.rb', line 15 def to_json(*) self.xmlschema.to_json end |