pub fn parse_naive_datetime(value: &str) -> Result<NaiveDateTime, Error>
Parses a string into a NaiveDateTime.
NaiveDateTime