Temporal API #6825
Closed
hsanzg
started this conversation in
Node.js APIs
Temporal API
#6825
Replies: 1 comment
-
|
Whoops, just found #6716 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
JavaScript's Temporal API (a modern replacement for
Date) is now enabled by default in Node.js 26. Since workerd is built on V8 like Node.js, it seems feasible to bring the same support to workers. I'm currently working on a worker that does a lot of local date and time calculations, and it would be neat if I didn't have to rely on a polyfill, a third-party library, or to hand-roll my own timezone math on top ofDate.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions