Hello everyone! I posted this issue on kotlinx dat...
# kotlinx-datetime
s
Hello everyone! I posted this issue on kotlinx datetime Github without any feedback yet so I’m asking here if this rings a bell to you. I’m having this issue when getting today date this way:
Copy code
val tz = TimeZone.of("America/Toronto")
val now: LocalDate = Clock.System.todayAt(tz)
https://github.com/Kotlin/kotlinx-datetime/issues/197 From what I saw around, this was supposed to be an issue with “old” Android version and fixed with sugaring. But from what I saw, those with Android 11 and 12 have this issue. Thanks 🙂