Skip to main content

parse_datetime_with_tz

Function parse_datetime_with_tz 

Source
pub fn parse_datetime_with_tz(
    s: &str,
) -> Result<(NaiveDate, NaiveTime, Option<TimezoneInfo>)>
Expand description

Parse a datetime string and extract date, time, and timezone info.