Temporal: The 9-Year Journey to Fix Time in JavaScript
Summary
Bloomberg's Temporal article chronicles the nine-year effort to replace the Date object with a modern, immutable set of time APIs in JavaScript. It covers the TC39 stages, design goals (time zones, calendars, nanosecond precision), and the cross-engine collaboration around the temporal_rs library, with practical implications for developers and enterprise JS ecosystems.