19 const int64_t random_time = fuzzed_data_provider.
ConsumeIntegral<int32_t>();
25 if (random_time >= 0) {
26 assert(parsed_time_1 >= 0);
27 if (iso8601_datetime.length() == 20) {
28 assert(parsed_time_1 == random_time);
33 assert(parsed_time_2 >= 0);