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