From 94551ff71da32b45d6a7927bf60807a98a97475b Mon Sep 17 00:00:00 2001 From: elijah Date: Sat, 8 Jun 2013 01:05:10 -0700 Subject: added placeholders for pp and hk nodes, but not initialized yet. --- tags/hongkong.json | 8 ++++++++ tags/phnompenh.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 tags/hongkong.json create mode 100644 tags/phnompenh.json (limited to 'tags') 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" + } +} -- cgit v1.2.3