Skip to content

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

Description

@micolous

Slots are designed in a way so that you have:

  • day (as foreign key) ➡️ has datetime.date
  • start_time (as datetime.time)
  • end_time (as datetime.time)

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions