ursus
11/05/2024, 7:42 PMDateTimeFormatter
.ofLocalizedDateTime(FormatStyle.LONG, FormatStyle.SHORT)
this is java.time
I'm trying to migrate to kotlinx.datetime
. Is there a build in locale-aware formatter out of the box?Csaba Szugyiczki
11/06/2024, 9:25 AM