class Time
  def as_json(options={})
    self.utc.send(Ripple.date_format)
  end