From d4f7f82994123294a77faae8588f36a8f71e493b Mon Sep 17 00:00:00 2001 From: Clinton Roy Date: Sat, 4 May 2019 14:04:48 +1000 Subject: [PATCH] some basic conference stuff updated. it's not at all clear to me yet if other stuff needs to be updated. --- fixtures/conference.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/fixtures/conference.json b/fixtures/conference.json index 041ea00f..cd0f5806 100644 --- a/fixtures/conference.json +++ b/fixtures/conference.json @@ -3,10 +3,10 @@ "pk": 1, "model": "symposion_conference.conference", "fields": { - "timezone": "Pacific/Auckland", - "start_date": "2019-01-21", - "end_date": "2019-01-25", - "title": "linux.conf.au 2019" + "timezone": "Australia/Brisbane", + "start_date": "2020-01-13", + "end_date": "2020-01-17", + "title": "linux.conf.au 2020" } }, { @@ -14,9 +14,9 @@ "model": "symposion_conference.section", "fields": { "conference": 1, - "start_date": "2019-01-23", + "start_date": "2020-01-15", "name": "Main Conference", - "end_date": "2019-01-25", + "end_date": "2020-01-17", "slug": "main" } }, @@ -25,9 +25,9 @@ "model": "symposion_conference.section", "fields": { "conference": 1, - "start_date": "2019-01-21", + "start_date": "2020-01-13", "name": "MiniConf", - "end_date": "2019-01-22", + "end_date": "2020-01-14", "slug": "miniconf" } }