summaryrefslogtreecommitdiff
path: root/tags
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-06-08 01:05:10 -0700
committerelijah <elijah@riseup.net>2013-06-08 01:05:10 -0700
commit94551ff71da32b45d6a7927bf60807a98a97475b (patch)
tree61a583a8472cb1564d96ae0e75928930e4fd04ca /tags
parentc552bfd095b3a1c9a2e15df5330201713ce5a6b8 (diff)
added placeholders for pp and hk nodes, but not initialized yet.
Diffstat (limited to 'tags')
-rw-r--r--tags/hongkong.json8
-rw-r--r--tags/phnompenh.json8
2 files changed, 16 insertions, 0 deletions
diff --git a/tags/hongkong.json b/tags/hongkong.json
new file mode 100644
index 0000000..42eb6d8
--- /dev/null
+++ b/tags/hongkong.json
@@ -0,0 +1,8 @@
+{
+ "location": {
+ "name": "Hong Kong",
+ "country_code": "HK",
+ "timezone":"+8",
+ "hemisphere": "N"
+ }
+}
diff --git a/tags/phnompenh.json b/tags/phnompenh.json
new file mode 100644
index 0000000..f9f243c
--- /dev/null
+++ b/tags/phnompenh.json
@@ -0,0 +1,8 @@
+{
+ "location": {
+ "name": "Phnom Penh",
+ "country_code": "KH",
+ "timezone":"+7",
+ "hemisphere": "N"
+ }
+}