pub fn cast_date_to_timestamp_tz<'a>(
    a: Date
) -> Result<CheckedTimestamp<DateTime<Utc>>, EvalError>