diff --git a/fixtures/conference.json b/fixtures/conference.json index be80a1476683e0498b8d6ab20617388f51bc812b..253dee1281bcf43b5ee51de47d35733071053d97 100644 --- a/fixtures/conference.json +++ b/fixtures/conference.json @@ -3,10 +3,10 @@ "model": "symposion_conference.conference", "pk": 1, "fields": { - "title": "Everything Open 2023", - "start_date": "2023-03-14", - "end_date": "2023-03-16", - "timezone": "Australia/Melbourne" + "title": "FOSSY 2023", + "start_date": "2023-07-13", + "end_date": "2023-07-16", + "timezone": "US/Pacific" } } ]