DISTANT_FUTURE

expect val LocalDate.Companion.DISTANT_FUTURE: LocalDate

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


expect val LocalDateTime.Companion.DISTANT_FUTURE: LocalDateTime

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

actual val LocalDate.Companion.DISTANT_FUTURE: LocalDate

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

See also


actual val LocalDateTime.Companion.DISTANT_FUTURE: LocalDateTime

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

See also

actual val LocalDate.Companion.DISTANT_FUTURE: LocalDate

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


actual val LocalDateTime.Companion.DISTANT_FUTURE: LocalDateTime

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