issues Search Results · repo:Kotlin/kotlinx-datetime language:Kotlin
Filter by
285 results
(71 ms)285 results
inKotlin/kotlinx-datetime (press backspace or delete to remove)An Interval is essentially an OpenEndRange Instant which it should implement but has defined Iso-8601 serialization
formats. Joda time provides an Interval type
dalewking
- Opened 2 days ago
- #535
time-zone-initial = ALPHA / . / _
time-zone-char = time-zone-initial / DIGIT / - / +
time-zone-part = time-zone-initial *time-zone-char
time-zone-name = time-zone-part *( / time-zone-part) ...
timezone
DmitryNekrasov
- Opened 11 days ago
- #531
When running an app in Android API level 24 (JVM 8). The following exception is thrown when trying this code:
TimeZone.currentSystemDefault()
java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/ZoneOffset; ...
LSafer
- 1
- Opened on May 2
- #525
The Wasm/WASI implementation of kotlinx-datetime uses the timezone database supplied by us
(https://github.com/Kotlin/kotlinx-datetime?tab=readme-ov-file#note-about-time-zones-in-wasmwasi), as the platform ...
timezone
dkhalanskyjb
- 1
- Opened on Apr 29
- #524
Hi,
I ve run into the same issue as mentioned in: https://github.com/Kotlin/kotlinx-datetime/issues/402, while trying to
update to new AGP my project (https://github.com/prof18/feed-flow/tree/date-time-r8-issue) ...
prof18
- 1
- Opened on Apr 14
- #519
I m on Ubuntu 24.04 noble with KDE 5.115.0 / Plasma 5.27.12 using library version 0.6.2.
Per the documentation for currentSystemDefault(): On Linux, this function queries the /etc/localtime symbolic link. ...
NANDcs
- 5
- Opened on Apr 10
- #517
Motivation:
Currently, iterating over a range of kotlinx-datetime types (LocalDate, LocalDateTime, Instant) with a specific step
requires manual loop logic (e.g., using while and manually adding the step). ...
lonelymeko
- 1
- Opened on Apr 9
- #516
I cannot make a parser that optionally starts with a day of week. Logically it should be possible since the day of week
can be derived. For example, if we parse Jan 1, 2025 than the Wed part is actually ...
mgroth0
- 1
- Opened on Apr 7
- #515
This is based on the R8 issue https://issuetracker.google.com/406454925. See the analysis in
https://issuetracker.google.com/406454925#comment4.
From what I can see then the code generated for a constructor ...
sgjesse
- 1
- Opened on Apr 7
- #514

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.