Function mz_repr::strconv::parse_timestamp

source ·
pub fn parse_timestamp(
    s: &str
) -> Result<CheckedTimestamp<NaiveDateTime>, ParseError>
Expand description

Parses a NaiveDateTime from s.