fn date_diff_timestamp_tz( unit: &str, a: CheckedTimestamp<DateTime<Utc>>, b: CheckedTimestamp<DateTime<Utc>>, ) -> Result<i64, EvalError>