From f002dae18f509ebce7177add3fa2185d51feff2c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 29 Feb 2020 19:33:08 +0200 Subject: people.json --- people.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 people.json diff --git a/people.json b/people.json new file mode 100644 index 0000000..f5376fc --- /dev/null +++ b/people.json @@ -0,0 +1,47 @@ +[ + { + "name": "Brennen", + "tz": "America/Denver" + }, + { + "name": "Jean-Rene", + "tz": "America/Los_Angeles" + }, + { + "name": "Tyler", + "tz": "America/Denver" + }, + { + "name": "Daniel", + "tz": "America/Los_Angeles" + }, + { + "name": "Ċ½eljko", + "tz": "Europe/Zagreb" + }, + { + "name": "James", + "tz": "America/Los_Angeles" + }, + { + "name": "Greg", + "tz": "America/Los_Angeles" + }, + { + "name": "Jeena", + "tz": "America/Los_Angeles" + }, + { + "name": "Mukunda", + "tz": "America/Chicago" + }, + { + "name": "Antoine", + "tz": "Europe/Paris" + }, + { + "name": "Lars", + "tz": "Europe/Helsinki" + } +] + -- cgit v1.2.1