# File lib/chronic/handlers.rb, line 308
    def handle_s_r_p(tokens, options)
      repeater = tokens[1].get_tag(Repeater)
      span = Span.new(Chronic.now, Chronic.now + 1)

      handle_srp(tokens, span, options)
    end