Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/jungle_path/json/time.rb
Instance Method Summary collapse
Instance Method Details
#as_json(*a) ⇒ Object
5 6 7 |
# File 'lib/jungle_path/json/time.rb', line 5 def as_json(*a) strftime "\"%Y-%m-%dT%H:%M:%S%z\"" end |
#to_json(*a) ⇒ Object
2 3 4 |
# File 'lib/jungle_path/json/time.rb', line 2 def to_json(*a) strftime "\"%Y-%m-%dT%H:%M:%S%z\"" end |