-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported zoneId illegalstateexception in wasm target #469
Comments
@brendanw, TZ support for Wasm WASI is not released yet: #454 (comment) |
@fzhinkin What about wasm targets? |
@brendanw for Wasm JS, the same js-joda workaround needs to be applied as for the regular JS target (except |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am seeing this error when calling
The README says to include the below dependency to enable timezones for wasm+wasi
I cannot find any referenced to a published version of
kotlinx-datetime-zoneinfo
on the internet. Gradle builds fail when trying to include this dependency.The text was updated successfully, but these errors were encountered: