Time & Date
Time Calculator
A time calculator helps you add, subtract, and compare times by using a start time plus duration inputs in hours and minutes. It returns the resulting clock time and day-shift context.
Quick answer
Use 24-hour time for accurate results.
What this tells you
- •Use 24-hour time for accurate results.
- •You can add or subtract both hours and minutes.
- •The result shows if the calculation crosses into another day.
How to Use
- 1Enter a start time in 24-hour format.
- 2Choose whether to add or subtract time.
- 3Enter duration hours and duration minutes.
- 4Click Calculate to get the resulting clock time.
How It Works
Formula
Start minutes = (start hour × 60) + start minute
Duration minutes = (hours × 60) + minutes
Result minutes = start minutes ± duration minutes
End time = result minutes normalized to 0–1439The tool converts all values into minutes, applies add/subtract logic, then normalizes back to a 24-hour clock. It also tracks whether the result shifts into a previous or next day.
Calculation note: values are processed in the order shown above, using the current input units.
Worked Examples
Add 2h 45m
Start time09:30
OperationAdd
Duration2h 45m
Result12:15
Adding 165 minutes to 09:30 gives 12:15 on the same day.
Subtract across midnight
Start time01:00
OperationSubtract
Duration2h 30m
Result22:30 (previous day)
Subtracting 150 minutes from 01:00 moves into the previous day.
Common mistakes
- Mixing 12-hour and 24-hour formats
- Typing minutes above 59
- Forgetting to switch operation to subtract when needed
Frequently Asked Questions
It adds or subtracts a duration from a start time and returns the resulting time.
Yes. Choose subtract to move backward from the start time.
Yes. The result includes day-offset context when calculations pass midnight.