1175
1175
static my_time_t convert_str_to_timestamp(const char* str)
1180
1180
bool dummy_in_dst_time_gap;
1181
1181
/* We require a total specification (date AND time) */
1182
1182
if (str_to_datetime(str, strlen(str), &l_time, 0, &was_cut) !=
1185
1185
error("Incorrect date and time argument: %s", str);