since(seconds)
Returns a new Time representing the time a number of seconds since the instance time
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 225 def since(seconds) self + seconds end