Function investments::time::parse_tz_date_time[][src]

pub fn parse_tz_date_time<T: TimeZone>(
    string: &str,
    format: &str,
    tz: T,
    future_check: bool
) -> GenericResult<DateTime<T>>