fn date_trunc_units_timestamp(
units: &str,
ts: CheckedTimestamp<NaiveDateTime>,
) -> Result<CheckedTimestamp<NaiveDateTime>, EvalError>
fn date_trunc_units_timestamp(
units: &str,
ts: CheckedTimestamp<NaiveDateTime>,
) -> Result<CheckedTimestamp<NaiveDateTime>, EvalError>