You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no correct multiplatform solution for saying things like "format the current year and month for the Chinese users" or "format the local time the way a user of the current system locale would expect."
Note that Kotlin doesn't provide locale support at all at this moment, and it would probably be strange to have kotlinx.datetime.format.Locale, so we first need to consider the overall locale support in the Kotlin ecosystem.
Since this topic is vast, please share your insights under the corresponding discussion: #253; this issue is for tracking our progress.
The text was updated successfully, but these errors were encountered:
There's no correct multiplatform solution for saying things like "format the current year and month for the Chinese users" or "format the local time the way a user of the current system locale would expect."
Note that Kotlin doesn't provide locale support at all at this moment, and it would probably be strange to have
kotlinx.datetime.format.Locale
, so we first need to consider the overall locale support in the Kotlin ecosystem.Since this topic is vast, please share your insights under the corresponding discussion: #253; this issue is for tracking our progress.
The text was updated successfully, but these errors were encountered: