Quick Start Guide
- Add time entries: Enter hours, minutes, and seconds.
- Choose operation: Set + or - for each row.
- Review total: See the combined duration instantly.
Every entry is converted to total seconds (hours × 3600 + minutes × 60 + seconds), then added or subtracted according to its +/- operator. The running total is only converted back to hours/minutes/seconds for display at the end, so there's no manual carrying to get wrong.
If subtracted entries outweigh added ones, the total is negative and displayed with a leading minus sign (e.g. -01:00:00) rather than wrapping or erroring.
Decimal Hours (e.g. 15.08 instead of 15:05) is the format most payroll and timesheet tools expect. 8h Workdays divides the total by a standard 8-hour day, useful for estimating how many working days a total represents.
This adds and subtracts durations — it does not compute elapsed time between two clock times or convert between time zones. For clock-time and time zone conversions, see the Date Difference and Time Zone calculators.
Time Card Mode: Clock-in and clock-out per shift with unpaid breaks, an optional day label, and per-shift worked time — totalled in H:MM:SS and payroll decimal hours.
Decimal Entries: 4.98 hours means 4.98 hours — fractional hours, minutes and seconds all count exactly.
Multiple Rows: Combine many durations in one calculation.
Auto Formatting: Readable time formatting with normalized units.
Add/Subtract: Flexible time arithmetic for real workflows.
Realtime Updates: Results refresh as values change.
Export: Save time calculations to JSON/CSV/PDF.
Timesheets & time cards: total daily/weekly work durations and prepare time card, reporting, and billing logs.
Project Management: combine task durations into project totals and compare actual time vs estimates.
Time Arithmetic: add/subtract mixed durations and convert between hours, minutes, and seconds naturally.
Client Billing: calculate billable totals by activity and export records for invoicing.
Last updated