Skip to content

Commit

Permalink
update PST, PDT and PKT time zones
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Filipenko committed Jul 5, 2018
1 parent 58c8822 commit 0d087b9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timezones.json",
"version": "1.3.3",
"version": "1.4.3",
"description": "Full list of UTC timezones",
"main": "index.js",
"repository": {
Expand Down
18 changes: 16 additions & 2 deletions timezones.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,24 @@
]
},
{
"value": "Pacific Standard Time",
"value": "Pacific Daylight Time",
"abbr": "PDT",
"offset": -7,
"isdst": true,
"text": "(UTC-07:00) Pacific Time (US & Canada)",
"utc": [
"America/Dawson",
"America/Los_Angeles",
"America/Tijuana",
"America/Vancouver",
"America/Whitehorse"
]
},
{
"value": "Pacific Standard Time",
"abbr": "PST",
"offset": -8,
"isdst": false,
"text": "(UTC-08:00) Pacific Time (US & Canada)",
"utc": [
"America/Dawson",
Expand Down Expand Up @@ -958,7 +972,7 @@
},
{
"value": "Pakistan Standard Time",
"abbr": "PST",
"abbr": "PKT",
"offset": 5,
"isdst": false,
"text": "(UTC+05:00) Islamabad, Karachi",
Expand Down

0 comments on commit 0d087b9

Please sign in to comment.