I have this example: The left panel in the terminal is a `watson log` and the right panel is several `watson report` for each day: <img width="1707" height="607" alt="Image" src="https://github.com/user-attachments/assets/e8663153-ffab-4a61-9e57-29cdfc2223d6" /> There was a task in "Saturday 14 February 2026" "fhe:lp_mantenimiento_12_parejas_bug" that it takes 4h49m of the night (yes I needed to do a crunch time in the work) and the next day I worked again in the same task "Sunday 15 February 2026" "fhe:lp_mantenimiento_12_parejas_bug". Well the sum of the times of all task of these 2 days is correct . But the `watson report -G -c -f 2026-02-14 -t 2026-02-14` shows the "fhe:lp_mantenimiento_12_parejas_bug" task only with the hours of this day. And the `watson report -G -c -d` (on sunday, I am writing the issue the next monday) shows the sum the rest tasks from fridays night (well saturday 00:00 to 04:00). I think that `watson report` needs a parameter to don't cut the tasks that starts on a day and finish the next day. Or `watson log` need a parameter for grouping the equal tasks in the same day.