How to specify the language of the return value of...
# kotlinx-datetime
a
How to specify the language of the return value of this:
Copy code
val date = DateTimeFormatter
    .ofPattern(pattern)
    .withZone(zoneId)
    .format(date.toJavaInstant())
I don't want it to return the default language of the system
🙌🏾 1