github Kotlin/kotlinx-datetime v0.1.1

latest releases: v0.6.0, v0.6.0-RC.2, v0.6.0-RC...
pre-release3 years ago

Fixes

  • Fix a crash when getting the current time on iOS 9 (#52)
  • Wrong answers in some cases when adding date-based units to instants on Darwin and Windows (#51)

Features

  • Zone-agnostic time-based arithmetic on Instants, e.g. Instant.plus(value, DateTimeUnit.TimeBased)
  • Add Instant.fromEpochSeconds(epochSeconds: Long, nanosecondAdjustment: Int) construction function
  • Introduce minus operations complementary to existing plus arithmetic operations (#42)

Don't miss a new kotlinx-datetime release

NewReleases is sending notifications on new releases.