diff options
Diffstat (limited to 'view/overview.php')
-rw-r--r-- | view/overview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/overview.php b/view/overview.php index e5032c4..fb9d15d 100644 --- a/view/overview.php +++ b/view/overview.php @@ -2,7 +2,7 @@ $schedule = $conference->getSchedule(); -$now = time() + $schedule->getSimulationOffset(); +$now = $schedule->getScheduleDisplayTime(); $upcomingTalksPerRoom = []; foreach ($conference->getRooms() as $room) { $upcomingTalksPerRoom[$room->getSlug()] = [ |