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