aboutsummaryrefslogtreecommitdiff
path: root/timezones.json
diff options
context:
space:
mode:
authorevansiroky <evan.siroky@yahoo.com>2016-06-17 08:46:28 -0700
committerevansiroky <evan.siroky@yahoo.com>2016-06-17 08:46:28 -0700
commit6e45be6ba4f4f86a4074c433758a94b2fe4932c3 (patch)
treef3fd9bd8d80ed80abab2714da4efa8d8352acd51 /timezones.json
parent5d008130cf67d2c5ef831b4d59fca2ef563aed28 (diff)
downloadtimezone-boundary-builder-6e45be6ba4f4f86a4074c433758a94b2fe4932c3.tar.gz
Add union op, adding 3 more US timezones
Refs #1
Diffstat (limited to 'timezones.json')
-rw-r--r--timezones.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/timezones.json b/timezones.json
index 7648ad7..0c57bf0 100644
--- a/timezones.json
+++ b/timezones.json
@@ -1,4 +1,22 @@
{
+ "America/Boise": [
+ {
+ "op": "init",
+ "source": "efele",
+ "id": "America/Boise"
+ }
+ ],
+ "America/Denver": [
+ {
+ "op": "init",
+ "source": "efele",
+ "id": "America/Denver"
+ }, {
+ "op": "union",
+ "source": "overpass",
+ "id": "city_West Wendover"
+ }
+ ],
"America/Los_Angeles": [
{
"op": "init",
@@ -41,5 +59,12 @@
"source": "overpass",
"id": "city_West Wendover"
}
+ ],
+ "America/Phoenix": [
+ {
+ "op": "init",
+ "source": "efele",
+ "id": "America/Phoenix"
+ }
]
} \ No newline at end of file