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" } }