Files @ b56ca32259c8
Branch filter:

Location: symposion_app/fixtures/conference.json

Joel Addison
Localise schedule times

Show local times on schedule and presentation details
if user is in a different timezone to the conference.
[
{
  "model": "symposion_conference.conference",
  "pk": 1,
  "fields": {
    "title": "linux.conf.au 2021",
    "start_date": "2021-01-23",
    "end_date": "2021-01-25",
    "timezone": "Australia/Brisbane"
  }
}
]