Class Time
In: lib/extlib/time.rb
Parent: Object

Methods

Public Instance methods

Convert to ISO 8601 representation

  Time.now.to_json        #=> "\"2008-03-28T17:54:20-05:00\""

@return [String]

  ISO 8601 compatible representation of the Time object.

@api public

[Validate]