Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- motion/core/time.rb
Class Method Summary collapse
Class Method Details
.iso8601(time) ⇒ Object
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 |