DISTANT_FUTURE

val LocalDate.Companion.DISTANT_FUTURE: LocalDate

The maximum LocalDate value, maps to PostgreSQL 'infinity' for DATE type.

See also


val LocalDateTime.Companion.DISTANT_FUTURE: LocalDateTime

The maximum LocalDateTime value, maps to PostgreSQL 'infinity' for TIMESTAMP type.

See also