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