From 52cc3a1169d2cc4cc59e4fd722e3b418df9baace Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 16 Aug 2019 20:25:07 +0000 Subject: [PATCH 1/2] WEB-5917 add pacific guam --- index.js | 3 ++- zipcodes.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index f5dddd2..bf34e24 100644 --- a/index.js +++ b/index.js @@ -36,7 +36,8 @@ var TIMEZONE_MAP = Object.freeze ({ 21: "America/Juneau", 22: "America/Kentucky/Monticello", 23: "America/North_Dakota/Center", - 24: "America/Yakutat" + 24: "America/Yakutat", + 25: "Pacific/Guam" }); /** * Looks up zipcode in zipcodes.json diff --git a/zipcodes.json b/zipcodes.json index d8ef888..4f83623 100644 --- a/zipcodes.json +++ b/zipcodes.json @@ -41960,5 +41960,6 @@ "08922": 0, "08933": 0, "08988": 0, - "08989": 0 + "08989": 0, + "96910": 25 } From 55b7b2b114b5c965c93851a002ee529d687a76f3 Mon Sep 17 00:00:00 2001 From: Kevin Lee Date: Tue, 20 Aug 2019 10:52:04 -0400 Subject: [PATCH 2/2] WEB-5917 add all pacific guam zipcodes --- zipcodes.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/zipcodes.json b/zipcodes.json index 4f83623..3b910e8 100644 --- a/zipcodes.json +++ b/zipcodes.json @@ -41961,5 +41961,17 @@ "08933": 0, "08988": 0, "08989": 0, - "96910": 25 + "96910": 25, + "96912": 25, + "96913": 25, + "96915": 25, + "96916": 25, + "96917": 25, + "96919": 25, + "96921": 25, + "96923": 25, + "96928": 25, + "96929": 25, + "96931": 25, + "96932": 25 }