cast_string_to_date_time_mode
Allows choosing a parser of the text representation of date and time during cast from String. Possible values:-
'best_effort'— Enables extended parsing. ClickHouse can parse the basicYYYY-MM-DD HH:MM:SSformat and all ISO 8601 date and time formats. For example,'2018-06-08T01:02:03.000Z'. -
'best_effort_us'— Similar tobest_effort(see the difference in parseDateTimeBestEffortUS -
'basic'— Use basic parser. ClickHouse can parse only the basicYYYY-MM-DD HH:MM:SSorYYYY-MM-DDformat. For example,2019-08-20 10:18:56or2019-08-20.