JavaScript Temporal is coming:

https://developer.mozilla.org/en-US/blog/javascript-temporal-is-coming/

If you’ve worked with Dates in JS you’ll know this pain. Especially where you don’t have control over the timezone (e.g. a user’s browser). Temporal is going to be huge.

Big shout out to date-fns in the meantime though 🫶

Comments