Sebastien Leclerc Lavallee
05/31/2022, 4:16 AMval 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 🙂