# File lib/more/facets/date.rb, line 170
  def since(seconds)
    to_time.since(seconds)
  end