kotlinx-datetime icon indicating copy to clipboard operation
kotlinx-datetime copied to clipboard

KotlinX multiplatform date/time library

Results 147 kotlinx-datetime issues
Sort by recently updated
recently updated
newest added

When trying to read documentation for a library that uses `@sample` in its KDocs, IDEA displays "Fetching Documentation..." indefinitely. This commit doesn't fix that, but at least the documentation (including...

Fixes #347 Not requesting the review initially, because I myself need to look at it with fresh eyes in a couple of days, but if someone's in the mood, they...

There are no known public usages of this function: https://grep.app/search?q=asTimeSource&words=true Also, `Clock.System.asTimeSource().measureTime { }` looks fairly benign, even though it doesn't do what you want, given that the system clock...

breaking change

* Improved memory usage during timezone database initialization: now, buffer allocations are performed outside of loops. * Removed the last production-facing piece of cinterop. cinterop is still used in tests....

From [ISO_DATE_TIME_OFFSET format](https://kotlinlang.org/api/kotlinx-datetime/kotlinx-datetime/kotlinx.datetime.format/-date-time-components/-formats/-i-s-o_-d-a-t-e_-t-i-m-e_-o-f-f-s-e-t.html): > .., except that during parsing, specifying the minutes is optional. > > This format differs from [LocalTime.Formats.ISO](https://kotlinlang.org/api/kotlinx-datetime/kotlinx-datetime/kotlinx.datetime/-local-time/-formats/-i-s-o.html) in its time part in that specifying the seconds...

formatters

Implement java.io.Serializable for * Instant * LocalDate * LocalTime * LocalDateTime * UtcOffset TimeZone is not `Serializable` because its behavior is system-dependent. We can make it `java.io.Serializable` later if there...

Rotating access keys and switching to use of GitHub Apps for authentication.

This is Wasm/WASI target implementation. It based on native version with hardcoded tzdb. 1. Extracted native implementation into intermediate sourceset. 2. Added WASI implementation 3. Added timezones-full database project Before...