# File lib/active_support/core_ext/date_time/calculations.rb, line 78
        def since(seconds)
          self + Rational(seconds.round, 86400)
        end