kotlinx-datetime v0.2.0 Release Notes

  • ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed TimeZone.currentSystemDefault() crashing on Darwin if the resulting time zone is not listed among TimeZone.knownTimeZoneIdentifiers (#94)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ kotlinx-serialization support (#37)
    • Normalization of DateTimePeriod components, meaning that periods that are semantically equivalent are considered equal (#81)
    • ๐Ÿ“œ Instant can now be parsed from an ISO-8601 string with an offset other than Z (#56)