Function mz_repr::strconv::parse_timestamp
source ยท pub fn parse_timestamp(
s: &str,
) -> Result<CheckedTimestamp<NaiveDateTime>, ParseError>
Expand description
Parses a NaiveDateTime
from s
.
pub fn parse_timestamp(
s: &str,
) -> Result<CheckedTimestamp<NaiveDateTime>, ParseError>
Parses a NaiveDateTime
from s
.