pub fn fuzzy_to_datetime_string_opts(
dt: &str,
separator: char,
date_opts: Option<DateOptions>,
time_separator: Option<char>,
add_z: bool,
) -> Option<String>
Expand description
convert a date-time-like string to a valid ISO 8601-compatible string dt: the date-time string separator: the separator between the date and time parts add_z: whether to add āZā timezone indicator