Tested tool guide
Tested browser tools
Checked August 16, 2026
What Work Hours Tracker does, with a checked example
Work Hours Tracker keeps a running weekly timesheet: for each day you enter a clock-in time, a clock-out time, and any break minutes, and the tool adds a row and keeps a weekly running total as you go. It splits that total against an overtime threshold (40 hours by default) so you can see regular versus overtime hours before the week closes. The part people miss most often is that overnight shifts and jurisdiction-specific rules like daily overtime aren't handled automatically - the tool assumes one simple weekly cutoff.
Worked example
A concrete input and expected output from the current implementation.
Input
Mon 9:00-17:30 (30 min break); Tue 9:00-17:30 (30 min break); Wed 9:00-18:00 (30 min break); Thu 9:00-17:30 (30 min break); Fri 9:00-17:00 (30 min break); Sat 9:00-13:00 (no break)
->
Expected output
Daily net hours: Mon 8.0, Tue 8.0, Wed 8.5, Thu 8.0, Fri 7.5, Sat 4.0. Weekly total 44.0 hours = 40.0 regular + 4.0 overtime.
Each day's net hours is clock-out minus clock-in minus the break; the six days sum to 44.0 hours, which is 4.0 past the default 40-hour threshold, so the split is 40.0 regular and 4.0 overtime.