Class: Time
- Inherits:
-
Object
- Object
- Time
- 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( = nil) %("#{self.dup.utc.strftime("%Y/%m/%d %H:%M:%S +0000")}") end |