dmfilipenko / timezones.json

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

Time Zones in Alaska, United States (AKDT vs AKST) #53

Open GVHengy opened 1 year ago

GVHengy commented 1 year ago

Incorrect offset or abbr

    "value": "Alaskan Standard Time",
    "abbr": "AKDT",
    "offset": -8,
    "isdst": true,
    "text": "(UTC-09:00) Alaska"

AKDT is Alaska Daylight Time with offset equal to UTC -8 AKST is Alaska Standard Time with offset equal to UTC -9

Suggest splitting this item in timezones array to two different items for AKDT and AKST