# File lib/standard/facets/date.rb, line 301
  def since(seconds)
    self + Rational(seconds.round, 86400)
  end