Scheduling

Time Calculator

Add or subtract two durations cleanly, then inspect the same result in hours, minutes, and total seconds.

Last reviewed May 18, 2026 by ToolSpilo Editorial Team.

Review method: Reviewed against implemented duration arithmetic, rollover behavior, and worked examples.

Calculator tool

How this calculator works

Use the explanation to understand the formula, assumptions, and practical limits behind the calculator result.

Time Durations Use Base 60

Minutes and seconds do not count in tens. There are 60 seconds in a minute and 60 minutes in an hour, so the calculator first converts everything into seconds:

total seconds=3600h+60m+s\text{total seconds} = 3600h + 60m + s

A Simple Example

1h 45m plus 0h 30m becomes 2h 15m, not 1h 75m, because 60 minutes roll over into one more hour.

Addition and Subtraction

When adding, seconds and minutes carry over at 60. When subtracting, the first duration should be at least as large as the second if you want a positive result.

Durations Are Not Clock Times

This tool handles lengths of time such as 2h 30m. It does not handle calendar timestamps, time zones, or daylight-saving changes.

Frequently asked questions

Why does 90 minutes become 1 hour 30 minutes?

Because the calculator uses 60 minutes per hour, not decimal hours. It normalizes everything through seconds first.

Can I subtract a larger duration from a smaller one?

The tool allows the input but clamps the negative result to zero and warns you. Swap the order if you need the positive remainder.

Is this the same as calculating time between two clock readings?

No. This tool adds or subtracts durations. For start and end clock times, use a time-duration or elapsed-time calculator.

Why show total seconds and total minutes too?

Those forms make checking the arithmetic easier and help when a workflow needs one single unit instead of an hours-minutes-seconds display.