Node Underground
Sep 29, 2021 · Backend Development
Why Does new Date('2021-10-01') Parse as UTC While Other Formats Use Local Time?
This article explains why JavaScript's Date constructor treats ISO‑8601 date‑only strings as UTC but interprets other date formats using the local time zone, detailing V8's parsing logic and showing example outputs in Node.js.
ISO8601Node.jsTimezone
0 likes · 4 min read
