Browse code

Update the date for the daily schedule view poc

Benjamin Roth authored on16/01/2025 11:01:36
Showing1 changed files
... ...
@@ -108,7 +108,7 @@ class WeinanlieferungDailyScheduleController extends AbstractController
108 108
         }
109 109
 
110 110
         // Get events
111
-        $Tag = new Date(mktime(0,0,0,12,24,2024));
111
+        $Tag = new Date(mktime(0,0,0,1,20,2025));
112 112
         $scheduleRows = 96;
113 113
         $scheduleRowSeconds = ($Tag->dayEnd - $Tag->dayBegin) / $scheduleRows;
114 114
         $arrOptions = [];