pub fn parse_datetime(iso_str: &str) -> Result<NaiveDateTime, Error>
Create DateTime from date string only.