-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
IANA TimeZone Support #1636
Comments
The Deno
Node.js v8.11.4
Chrome 71.0.3578.98
|
Exactly. The "en-US" argument has no effect on the date/time format, and the specified IANA timezone argument is ignored too. Maybe V8 depends on its host (slightly) to facilitate this functionality and that slight thing isn't "wired up" yet in deno? Not sure..... Perhaps the spec might reveal something: Side note: I just submitted a bug to Chromium that reports two official time zones that it doesn't currently support. |
It looks like ICU needs to be included in the build: phpv8/v8js#306 |
@kishiguro made some progress on compiling deno with ICU embedded. It added 14MB to the final Deno executable. His instructions are here: |
duplicate of #1968 |
deno: 0.2.8
v8: 7.2.502.16
typescript: 3.2.1
Run the following in both node and deno:
Deno returns incorrect times. It doesn't appear to support the IANA time zones yet.
The text was updated successfully, but these errors were encountered: