Add local time support for windows

This commit is contained in:
Michael Krasnyk
2017-06-02 17:01:59 +02:00
parent 0e39320a77
commit 50d9c4b34a
11 changed files with 278 additions and 49 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "properties": { "tzid": "EST+5EDT" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -77.22564697265625, 38.758366935612784 ], [ -77.22564697265625, 39.030919255760622 ], [ -76.8218994140625, 39.030919255760622 ], [ -76.8218994140625, 38.758366935612784 ], [ -77.22564697265625, 38.758366935612784 ] ] ] } }
]
}