Skip to content

Commit

Permalink
Update timezones.json (#49)
Browse files Browse the repository at this point in the history
Add distinction between Pacific Daylight and Pacific Standard in the `text` field.
  • Loading branch information
martijn-cloudnatix authored Feb 12, 2022
1 parent d4b9e30 commit 776dd9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timezones.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"abbr": "PDT",
"offset": -7,
"isdst": true,
"text": "(UTC-07:00) Pacific Time (US & Canada)",
"text": "(UTC-07:00) Pacific Daylight Time (US & Canada)",
"utc": [
"America/Los_Angeles",
"America/Tijuana",
Expand All @@ -77,7 +77,7 @@
"abbr": "PST",
"offset": -8,
"isdst": false,
"text": "(UTC-08:00) Pacific Time (US & Canada)",
"text": "(UTC-08:00) Pacific Standard Time (US & Canada)",
"utc": [
"America/Los_Angeles",
"America/Tijuana",
Expand Down

0 comments on commit 776dd9c

Please sign in to comment.