Function age_timestamp_tz

Source
fn age_timestamp_tz(
    a: CheckedTimestamp<DateTime<Utc>>,
    b: CheckedTimestamp<DateTime<Utc>>,
) -> Result<Interval, EvalError>