parse_local_date

Function parse_local_date 

Source
pub fn parse_local_date<T: AsRef<str>, U: AsRef<str>>(
    date_str: T,
    format: U,
) -> Option<i64>
Expand description

Parses a date string into a Unix timestamp using the specified format and the user’s local timezone.

The format string should be valid for Swift’s DateFormatter.