diff --git a/templates/planning.html b/templates/planning.html
index 29ce888..ce482ba 100644
--- a/templates/planning.html
+++ b/templates/planning.html
@@ -363,7 +363,7 @@ async function initTimeline() {
document.getElementById('timeline'),
items, groups,
{
- start: now,
+ start: new Date(now.getTime() - 12 * 3600000),
end: new Date(now.getTime() + 14 * 86400000),
groupOrder: 'id',
selectable: true,