Time Calculator
Add or subtract hours and minutes from a starting time to find a resulting clock time.
About the Time Calc Calculator
Adding or subtracting a duration from a clock time sounds simple until it crosses midnight — this calculator handles that wraparound automatically, giving you the correct resulting time whether you are adding or subtracting hours and minutes.
How It Works
The calculator converts your start time to total minutes since midnight, adds or subtracts the duration you specify (also converted to minutes), and wraps the result into a valid 24-hour range before converting back to a readable HH:MM time.
Resulting Time = (Start Time in minutes ± Duration in minutes) mod 1440, converted back to HH:MM.
Example
Scenario: Adding 2 hours 30 minutes to a start time.
Result: The correct resulting clock time, automatically wrapping past midnight if needed.
Assumptions & Limitations
- Uses a 24-hour wraparound, so times correctly roll over from 23:59 back to 00:00.
- Does not track which calendar day the resulting time falls on — only the time itself.
- If you need to know how many total hours separate two specific clock times (rather than adding a duration to one time), use the Hours Calculator instead.