manuelmhtr / countries-and-timezones

Minimalistic library to work with countries and timezones data
MIT License
224 stars 67 forks source link

Invalid uctOffset for America/St_Johns and Pacific/Marquesas #51

Closed dmrayt closed 1 year ago

dmrayt commented 1 year ago

Two timezones have the right utcOffsetStr but wrong utcOffset

timezone utcOffsetStr wrong utcOffset correct utcOffset
America/St_Johns -03:30 -150 -210
Pacific/Marquesas -09:30 -510 -570
manuelmhtr commented 1 year ago

Thanks for reporting the problem. It has been fixed in v3.4.0

dmrayt commented 1 year ago

Now they have the right utcOffset but wrong utcOffsetStr.

timezone wrong utcOffsetStr correct utcOffsetstr utcOffset
America/St_Johns -04:30 -03:30 -210
Pacific/Marquesas -10:30 -09:30 -570