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