Skip to main content

parse_excel_time_text

Function parse_excel_time_text 

Source
pub fn parse_excel_time_text(input: &str) -> Option<NaiveTime>
Expand description

Parse time text using fixed 24-hour or English AM/PM formats.

Parsing has no locale parameter, uses English AM/PM markers, and never consults the host locale. ASCII whitespace around separators is ignored.