pub fn sniff_time_fmt(val: &str) -> Option<&'static str>Available on crate feature
temporal and (crate features dtype-date or dtype-datetime or temporal) only.Expand description
Return the first format string from TIME_H_M_S that parses val, or None.