95e98a1e77
Half-days forced every result into a 4h bucket. Days with hours split by share give the same answer at finer granularity and drop a concept. Session minutes are now stated as a floor on real work, not a measure: the day's length comes from the calendar and only the split between projects comes from the sessions. Meetings and review leave no transcript, so a thin day is still a full day. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
12 lines
248 B
SYSTEMD
12 lines
248 B
SYSTEMD
[Unit]
|
|
Description=Friday hour log, 18:00 Europe/Lisbon
|
|
|
|
[Timer]
|
|
# System clock is UTC; the zone suffix keeps this at 18:00 wall time year-round.
|
|
OnCalendar=Fri 18:00 Europe/Lisbon
|
|
Persistent=true
|
|
AccuracySec=1min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|