pub fn parse_datetime_local(raw: &str) -> Result<DateTime<Utc>, String>
Parse the YYYY-MM-DDTHH:MM[:SS] value emitted by the browser’s <input type="datetime-local"> widget into a DateTime<Utc>.
YYYY-MM-DDTHH:MM[:SS]
<input type="datetime-local">
DateTime<Utc>