# File lib/ice_cube/single_occurrence_rule.rb, line 16
    def next_time(t, _, closing_time)
      unless closing_time && closing_time < t
        time if time.to_i >= t.to_i
      end
    end