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