manuelmhtr / countries-and-timezones

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

Swapped UTC and DST offsets for Europe/Dublin, Africa/Casablanca, Africa/El_Aaiun #55

Closed loongyh closed 1 year ago

loongyh commented 1 year ago

utcOffset should be 0 and dstOffset should be 60 for Europe/Dublin, Africa/Casablanca, Africa/El_Aaiun

manuelmhtr commented 1 year ago

Hi @loongyh thanks for reporting the problem. However, it turns out those timezones observe a "negative DST". That is, they use their standard time during summer and apply a negative transition during winter.

Take Dublin as an example. The legislation indicates +1:00 is their standard time and +0:00 during winter.