From 0d087b90416dcf511928ac8d53853d96abea5630 Mon Sep 17 00:00:00 2001 From: Dmytro Filipenko Date: Thu, 5 Jul 2018 14:03:57 +0300 Subject: [PATCH] update PST, PDT and PKT time zones --- package.json | 2 +- timezones.json | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3cb6c78..b742312 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/timezones.json b/timezones.json index 7e1e4dd..694b143 100644 --- a/timezones.json +++ b/timezones.json @@ -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", @@ -958,7 +972,7 @@ }, { "value": "Pakistan Standard Time", - "abbr": "PST", + "abbr": "PKT", "offset": 5, "isdst": false, "text": "(UTC+05:00) Islamabad, Karachi",