diff --git a/home/templates/_planning.html b/home/templates/_planning.html
index 84738666527bec3695910bcf97b9ff05f5f778bf..bf0b2b882f423c4673d39ef5f99789323894fc74 100644
--- a/home/templates/_planning.html
+++ b/home/templates/_planning.html
@@ -51,7 +51,7 @@ I.E we set all dates to the first day (Friday) and set groups allowing vertical
 	]);
 
 	// Configuration for the Timeline
-	const start = '{{ settings.date_start|date:"Y-m-d"}} 04:00:00';
+	const start = '{{ settings.date_start|date:"Y-m-d"}} 08:00:00';
 	const end = '{{ settings.date_start|date:"Y-m"}}-{{ saturday }} 04:00:00';
 	const options = {
 		showMajorLabels: false,