From 4af5e126f1a6c30c09b50199ca94608bf874f103 Mon Sep 17 00:00:00 2001 From: evansiroky Date: Fri, 16 Nov 2018 21:41:39 -0800 Subject: Update definition of America/Edmonton to work with changes to Creston timezone --- timezones.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'timezones.json') diff --git a/timezones.json b/timezones.json index b8d5bba..538996a 100644 --- a/timezones.json +++ b/timezones.json @@ -1243,7 +1243,24 @@ { "op": "init", "source": "overpass", + "id": "Canada" + }, { + "op": "intersect", + "source": "manual-polygon", + "data": [[[-118,55],[-123,48],[-112,48],[-118,55]]], + "description": "The Edmonton timezone in OSM currently does not include the British Columbia portion. Therefore, the boundary is obtained by first intersect Canada with this polygon and then remove the Vancouver and Creston timezones." + }, { + "op": "union", + "source": "overpass", "id": "Edmonton-tz" + }, { + "op": "difference", + "source": "overpass", + "id": "Vancouver-tz" + }, { + "op": "difference", + "source": "overpass", + "id": "Creston-tz" } ], "America/Eirunepe": [ -- cgit v1.2.3