Industry Insights
JavaScript's Date Class is Broken
Your code is likely hiding subtle date-related bugs that unit tests won't catch. The reason is a fundamental design flaw in JavaScript's most common, and most cursed, global object.
Read article→
Tag
4 posts
Your code is likely hiding subtle date-related bugs that unit tests won't catch. The reason is a fundamental design flaw in JavaScript's most common, and most cursed, global object.
For 30 years, JavaScript's Date object has been a silent bug factory in your code. The long-awaited replacement doesn't just fix the errors—it fundamentally changes how you think about time.
For decades, JavaScript's Date object has been a source of bugs and frustration. A new, native API is about to make entire libraries like Moment.js and Luxon redundant.
For over two decades, JavaScript's Date object has been a notorious source of bugs and developer frustration. A new, native API called Temporal is here to fix it all.