-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimezone.json
More file actions
56 lines (42 loc) · 1.48 KB
/
Copy pathtimezone.json
File metadata and controls
56 lines (42 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"timePos": [
{ "name": "London",
"timezone": "Europe/London",
"absolute position": {"X":240 , "Y":232 }},
{ "name": "Dublin",
"timezone": "Europe/Dublin",
"absolute position": {"X":1 , "Y":58 }},
{ "name": "Paris",
"timezone": "Europe/Paris",
"absolute position": {"X": 331, "Y": 428 }},
{ "name": "Berlin",
"timezone": "Europe/Berlin",
"absolute position": {"X": 826, "Y": 179 }},
{ "name": "Warsaw",
"timezone": "Europe/Warsaw",
"absolute position": {"X": 1153, "Y": 163 }},
{ "name": "Prague",
"timezone": "Europe/Prague",
"absolute position": {"X": 882, "Y": 347 }},
{ "name": "Vienna",
"timezone": "Europe/Vienna",
"absolute position": {"X": 983, "Y": 470 }},
{ "name": "Budapest",
"timezone": "Europe/Budapest",
"absolute position": {"X": 1113, "Y": 506 }},
{ "name": "The Hague",
"timezone": "Europe/Amsterdam",
"absolute position": {"X": 436, "Y": 211 }},
{ "name": "Luxembourg",
"timezone": "Europe/Luxembourg",
"absolute position": {"X": 508, "Y": 387 }},
{ "name": "Antwerp",
"timezone": "Europe/Brussels",
"absolute position": {"X": 436, "Y": 270 }},
{ "name": "Kosice",
"timezone": "Europe/Bratislava"
, "absolute position": {"X": 1205, "Y":406 }},
{ "name": "Zurich",
"timezone": "Europe/Zurich",
"absolute position": {"X": 616, "Y": 543 }}
] }