Switch language한국어
Back to the list

Node.js enables Temporal by default, the date-time API that replaces Date. Temporal is now available in Chrome, Edge, Firefox, and Node.js

TL;DR AI

Key summary

2 min read
  1. Node.js 26 is now officially released, and Temporal is enabled by default.

  2. Temporal, the modern alternative to Date, is now available in Node.js out of the box.

  3. With Chrome, Edge, and Firefox already supporting it, Temporal is becoming practical across both web and server-side JavaScript.

  4. This makes it easier to build more accurate date and time handling, including time zones and high-precision timestamps.

Read the original