handle multi-day intervals #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
for simplicity the script assumes that intervals always are contained in a single UTC calendar day.
If you work late in the night this assumption will break and the behaviour is not clear right now.
The solution probably lies in the
_get_active_seconds_for_day
function to automatically expand incomplete intervals (either missing start for this day, or stop for any day in the past).