
implementation("io.kotest:kotest-property-datetime:6.1.1")Enhances property-based testing by offering generators for date and time types, including `LocalDate`, `LocalDateTime`, and `Instant`. Supports generating dates within specified ranges and handling edge cases like daylight saving time transitions.