pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 146 forks source link

Slots cannot run over midnight (00:00) #154

Open micolous opened 7 years ago

micolous commented 7 years ago

Slots are designed in a way so that you have:

start_datetime and end_datetime compose these parameters into a (tz-naive) datetime.datetime object.

As a result, it is not possible to have a slot which runs over two different days (such as a talk from 23:30 - 00:30 the next day).