# File lib/active_support/core_ext/date/calculations.rb, line 58
        def since(seconds)
          to_time.since(seconds)
        end