Multiplatform date and time library for Kotlin providing types like Instant, LocalDate, and DateTimePeriod.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-datetime</artifactId>
<version>0.7.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Gets the current instant using the system clock and prints it.
Add kotlinx-datetime-zoneinfo to your dependencies for time zone operations.
No dependency data recorded yet.