# JavaScript Temporal is coming

DevFeed: [JavaScript Temporal is coming](<https://devfeed.tech/articles/javascript-temporal-is-coming-4084.md>)

Original publisher: [Read original article](<https://developer.mozilla.org/en-US/blog/javascript-temporal-is-coming/>)

Author: brian-smith

Published: 2025-01-24T00:00:00Z

Content type: article

Language: en

Sources: [MDN Blog](<https://devfeed.tech/sources/mdn-blog.md>)

Topics: [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [browsers](<https://devfeed.tech/tags/browsers.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [javascript](<https://devfeed.tech/tags/javascript.md>)

## AI overview

JavaScript Temporal is beginning to ship experimentally in browsers, offering built-in, more reliable handling of dates, times, durations, time zones, and calendars. The article explains the shortcomings of the existing date API and introduces the new Temporal documentation on MDN.

## Source excerpt

A new way to handle dates and times is being added to JavaScript. Let's take a look at Temporal, what problems it solves, the current state, and what you'll find in the new documentation about it on MDN.