dmfilipenko / timezones.json

Full list of timezones
MIT License
793 stars 666 forks source link

Data is incorrect (does not account for DST) #32

Closed andsav closed 4 years ago

andsav commented 5 years ago

For example:

 "value": "Eastern Standard Time",
    "abbr": "EDT",
    "offset": -4,
    "isdst": true,
    "text": "(UTC-05:00) Eastern Time (US & Canada)",

The offset -4 is correct for daylight time, but the text displays (UTC-5:00). Furthermore, EDT stands for Eastern Daylight Time not Eastern Standard Time. I see there are a lot of mismatches between offset and what is displayed in the text, so I don't think the data is correct.

martin-sweeny commented 3 years ago

@dmfilipenko why did you close this lol