Skip to content

Commit

Permalink
fix for EST (#48)
Browse files Browse the repository at this point in the history
Looks like EST and EDT got mixed together.
  • Loading branch information
tonioatparallel authored Dec 25, 2021
1 parent 90043fb commit 80fcb21
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions timezones.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,35 @@
},
{
"value": "Eastern Standard Time",
"abbr": "EST",
"offset": -5,
"isdst": false,
"text": "(UTC-05:00) Eastern Time (US & Canada)",
"utc": [
"America/Detroit",
"America/Havana",
"America/Indiana/Petersburg",
"America/Indiana/Vincennes",
"America/Indiana/Winamac",
"America/Iqaluit",
"America/Kentucky/Monticello",
"America/Louisville",
"America/Montreal",
"America/Nassau",
"America/New_York",
"America/Nipigon",
"America/Pangnirtung",
"America/Port-au-Prince",
"America/Thunder_Bay",
"America/Toronto"
]
},
{
"value": "Eastern Daylight Time",
"abbr": "EDT",
"offset": -4,
"isdst": true,
"text": "(UTC-05:00) Eastern Time (US & Canada)",
"text": "(UTC-04:00) Eastern Daylight Time (US & Canada)",
"utc": [
"America/Detroit",
"America/Havana",
Expand All @@ -234,15 +259,14 @@
"America/Pangnirtung",
"America/Port-au-Prince",
"America/Thunder_Bay",
"America/Toronto",
"EST5EDT"
"America/Toronto"
]
},
{
"value": "US Eastern Standard Time",
"abbr": "UEDT",
"offset": -4,
"isdst": true,
"offset": -5,
"isdst": false,
"text": "(UTC-05:00) Indiana (East)",
"utc": [
"America/Indiana/Marengo",
Expand Down

0 comments on commit 80fcb21

Please sign in to comment.