Why Time Math Is Different
If you add 45 minutes to 30 minutes, you do not get 75 minutes as a final answer. You get 1 hour and 15 minutes. Time uses base-60 arithmetic: 60 seconds make a minute, 60 minutes make an hour. This makes mental math with time values surprisingly error-prone.
Adding regular numbers: 45 + 30 = 75. Done.
Adding time values: 0:45 + 0:30 = 1:15. You must carry over when minutes exceed 59.
The Base-60 System
Time has used base-60 since ancient Babylon, roughly 4,000 years ago. The Babylonians chose 60 because it has many factors (1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, 60), making division into equal parts convenient.
The carry rules:
- When seconds reach 60, reset to 0 and add 1 to minutes
- When minutes reach 60, reset to 0 and add 1 to hours
- Hours do not reset (unless you are working with 12/24-hour clock format)
Adding Time Values
Step 1: Add seconds. If the result is 60 or more, subtract 60 and carry 1 to minutes.
Step 2: Add minutes (including any carry). If the result is 60 or more, subtract 60 and carry 1 to hours.
Step 3: Add hours (including any carry).
Example: 2:47:35 + 1:23:40
- Seconds: 35 + 40 = 75 → 15 seconds, carry 1
- Minutes: 47 + 23 + 1 = 71 → 11 minutes, carry 1
- Hours: 2 + 1 + 1 = 4
- Result: 4:11:15
Subtracting Time Values
Subtraction works similarly but with borrowing instead of carrying:
Example: 5:15:20 - 2:45:50
- Seconds: 20 - 50 → borrow 1 minute: 80 - 50 = 30 seconds
- Minutes: 14 - 45 → borrow 1 hour: 74 - 45 = 29 minutes
- Hours: 4 - 2 = 2
- Result: 2:29:30
Converting Between Decimal and Time Format
Sometimes you need to convert between decimal hours (2.75 hours) and time format (2:45:00).
Decimal to time: The whole number is hours. Multiply the decimal part by 60 for minutes. Multiply any remaining decimal by 60 for seconds.
2.75 hours → 2 hours + (0.75 × 60) = 2 hours 45 minutes
Time to decimal: Hours + (minutes ÷ 60) + (seconds ÷ 3600).
2:45:00 → 2 + (45 ÷ 60) = 2.75 hours
This conversion matters for payroll (timesheets often use decimal hours) and scientific calculations (which use decimal time).
Practical Applications
Cooking: Adding prep time (25 min) + cook time (1 hr 40 min) + resting time (15 min) = total recipe time (2 hr 20 min).
Travel planning: Flight duration (3:45) + layover (2:15) + second flight (1:50) = total travel time (7:50).
Project estimation: Task A (2:30) + Task B (4:45) + Task C (1:15) = total effort (8:30).
Exercise: Adding lap times, segment durations, or total workout time across multiple sessions.
How to Use the Toobits Time Calculator
Enter time values in hours, minutes, and seconds format and add or subtract them. The calculator handles all base-60 arithmetic automatically — no manual carrying or borrowing needed. Use it for scheduling, project estimation, cooking, or any task that involves combining time durations. Everything runs in your browser.