# File lib/couchrest/monkeypatches.rb, line 11
  def to_json(options = nil)
    u = self.getutc
    %("#{u.strftime("%Y/%m/%d %H:%M:%S +0000")}")
  end