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 a pure Kotlin implementation of the datetime library for Kotlin/Native. This code can be used directly to implement the JS and Wasm targets—except for timezone database access.
@vdshb, please explain what you mean. In Kotlin/Native for Darwin and Linux, we used to use a C++ library that queried /usr/share/zoneinfo for us; now, even this code is in pure Kotlin. As I understand it, Wasm doesn't have access to /usr/share/zoneinfo.
There's a pure Kotlin implementation of the datetime library for Kotlin/Native. This code can be used directly to implement the JS and Wasm targets—except for timezone database access.
Intl
for formatting (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat); maybe the underlying data is available somehow.Related: #178
Previous discussion: #245
The text was updated successfully, but these errors were encountered: