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