Tag
Javascript
1 article tagged javascript
Time Zones in JavaScript: The Developer's Guide
JavaScript's built-in Date object handles time zones poorly. Here's how to use the Intl API, Luxon, and the IANA database to handle time zones correctly in production apps.