# File lib/chronic/chronic.rb, line 205
    def -(seconds)
      self + -seconds
    end