Class
Time
In:
lib/merb-core/core_ext/time.rb
Parent:
Object
Methods
to_json
Public Instance methods
to_json
()
Returns
String
:
ISO 8601 compatible rendering of the
Time
object‘s properties.
Examples
Time.now.to_json # => "\"2008-03-28T17:54:20-05:00\""
[Validate]