Method: Time#to_json

Defined in:
lib/jungle_path/json/time.rb

#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