Allow RevisionTimestamp to support java.time.Instant type.
Description
Currently the RevisionTypestamp must be of type long, Long, java.util.Date, or java.sql.Date. With HHH-10496, we added support for java.time.LocalDateTime. We should consider support for java.time.Instant and potentially other java.time types.