fn date_trunc_units_timestamp_tz(
units: &str,
ts: CheckedTimestamp<DateTime<Utc>>,
) -> Result<CheckedTimestamp<DateTime<Utc>>, EvalError>
fn date_trunc_units_timestamp_tz(
units: &str,
ts: CheckedTimestamp<DateTime<Utc>>,
) -> Result<CheckedTimestamp<DateTime<Utc>>, EvalError>