summaryrefslogtreecommitdiff
path: root/tags
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2018-01-29 20:06:52 +0100
committerkwadronaut <kwadronaut@leap.se>2018-01-29 20:06:52 +0100
commita0a5b5e663f3d150c8e826f2d5600c536f935fa7 (patch)
tree6024266cb31373e9dae8223657a3c282e33194b5 /tags
parent25a73f12e6ed6444851e805bcb21759dc286340e (diff)
add berlin/DC tags recompileHEADmaster
Diffstat (limited to 'tags')
-rw-r--r--tags/berlin.json8
-rw-r--r--tags/dc.json8
2 files changed, 16 insertions, 0 deletions
diff --git a/tags/berlin.json b/tags/berlin.json
new file mode 100644
index 0000000..cc0ea1c
--- /dev/null
+++ b/tags/berlin.json
@@ -0,0 +1,8 @@
+{
+ "location": {
+ "name": "Berlin",
+ "country_code": "DE",
+ "timezone":"+1",
+ "hemisphere": "N"
+ }
+}
diff --git a/tags/dc.json b/tags/dc.json
new file mode 100644
index 0000000..92bc548
--- /dev/null
+++ b/tags/dc.json
@@ -0,0 +1,8 @@
+{
+ "location": {
+ "name": "Washington D.C.",
+ "country_code": "US",
+ "timezone":"-5",
+ "hemisphere": "N"
+ }
+}