From dd1441c17d34b349d1a8478d62e4cba5922ff212 Mon Sep 17 00:00:00 2001 From: Dries Peeters Date: Mon, 26 Jan 2026 14:47:41 +0100 Subject: [PATCH] fix(timer): use local date for manual entry default instead of UTC - Compute 'today' from local getFullYear/getMonth/getDate so timezones ahead of UTC no longer show the wrong default date in the manual entry form. --- app/templates/timer/manual_entry.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/templates/timer/manual_entry.html b/app/templates/timer/manual_entry.html index ad226a5a..83ab90e8 100644 --- a/app/templates/timer/manual_entry.html +++ b/app/templates/timer/manual_entry.html @@ -119,9 +119,12 @@