fn parse_date_to_days( date_str: &str, span: Span<'_>, ) -> Result<i32, MessageParseError>
Parse a date string using chrono to days since Unix epoch