From c80efa02d2ee2adc194cdb75cd5c38aa9e4ce51c Mon Sep 17 00:00:00 2001 From: Evan Siroky Date: Sat, 14 Oct 2017 21:40:13 -0700 Subject: Make sure Oymyakonsky is not in Asia/Yakutsk Refs #25 --- timezones.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/timezones.json b/timezones.json index c3489f8..589e426 100644 --- a/timezones.json +++ b/timezones.json @@ -3220,7 +3220,8 @@ }, { "op": "intersect", "source": "manual-polygon", - "data": [[[137,35],[142,71],[112,77],[46,29],[137,35]]] + "data": [[[137,35],[142,71],[112,77],[46,29],[137,35]]], + "description": "Grab working area, excluding unneeded parts to east and west." }, { "op": "union", "source": "overpass", @@ -3241,6 +3242,10 @@ "op": "difference", "source": "overpass", "id": "Srednekolymsk-tz" + }, { + "op": "difference", + "source": "overpass", + "id": "Oymyakonsky" } ], "Asia/Yangon": [ -- cgit v1.2.3