skip to Main Content

parsing UTC dates with javascript

If I create a new date using the new Date() constructor in JavaScript, passing a string with a ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ) UTC date, I get the following new Date("2023-05-11T00:00:00Z") Wed May 10 2023 21:00:00 GMT-0300 (Argentina Standard Time) //…

VIEW QUESTION
Back To Top
Search