Hello! Is it possible to use the library with kotl...
# kotlinx-datetime
m
Hello! Is it possible to use the library with kotlin 1.9.20? I have a multiplatform (android & iOS) project when I need to convert epoch timestamp to localized date time string (with and without time, like
02.11.2023
and
02.11.2023 11:15
)
d
Localized formatting is not yet supported. Please see https://github.com/Kotlin/kotlinx-datetime/discussions/253
😔 1
m
Thank You! 🙌 Are You aware of any KMP library that can do this right now, or do I have to write my expect/actuals?