# File app/models/timeslot.rb, line 83
  def short_start_time
    start_time.strftime('%d-%m-%Y %H:%M')
  end