fn parse_date_issued(raw: &str) -> ChatbotResult<Option<DateTime<Utc>>>
Parses the optional new_date_issued argument: a bare YYYY-MM-DD is read as midnight UTC, and an empty string means the issue date is left alone.
new_date_issued
YYYY-MM-DD