Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/monkeypatches/time.rb

Instance Method Summary collapse

Instance Method Details

#to_json(options = nil) ⇒ Object



2
3
4
# File 'lib/monkeypatches/time.rb', line 2

def to_json(options = nil)
  %("#{self.dup.utc.strftime("%Y/%m/%d %H:%M:%S +0000")}")
end