Class: Time

Inherits:
Object
  • Object
show all
Defined in:
motion/core/time.rb

Class Method Summary (collapse)

Class Method Details

+ (Object) iso8601(time)



3
4
5
6
# File 'motion/core/time.rb', line 3

def self.iso8601(time)
  cached_date_formatter("yyyy-MM-dd'T'HH:mm:ss'Z'").
    dateFromString(time)
end