Sébastien Leclerc Lavallée
Sébastien Leclerc Lavallée
I did use the tool `apktool` to "unzip" the APK file and there is a `j$/time` folder but no ZoneOffset file inside it... but I see another folder `kotlinx/datetime` and...
@lowasser thanks for the reply! Please keep us posted 😄 And as @koperko mentioned, ktor.io is the most used networking Kotlin Multiplatform library
@dkhalanskyjb Thanks for the followup! I did update my code a bit since and I'm using: ``` val now = Clock.System.now().toLocalDateTime(TimeZone.currentSystemDefault()) ``` And I just tried on 2 devices and...