moment / moment-timezone

Timezone support for moment.js
momentjs.com/timezone
MIT License
3.83k stars 838 forks source link

Wrong time for "America/Santiago" #923

Closed tomerb15 closed 3 years ago

tomerb15 commented 3 years ago

I'm using the latest moment and moment-timezone: "moment": "^2.29.1", "moment-timezone": "^0.5.32"

and

moment().tz("America/Santiago").format()
moment.tz("America/Santiago").format()

Are returning 2021-01-08T19:28:30-03:00 while its actually 2021-01-08T18:28:30-04:00

tomerb15 commented 3 years ago

I'll leave it here in case someone else is encountering this issue.

America/Santiago refers to Chile and not Dominican Republic