# File lib/chronic/handlers.rb, line 127
    def handle_rdn_rmn_sd_t_tz_sy(tokens, options)
      t = Chronic.time_class.parse(options[:text])
      Span.new(t, t + 1)
    end