Adding and subtracting time
To add hours and minutes to a time, the tool converts everything to total minutes, adds or subtracts the requested amount, then wraps the result within a 24-hour clock — so adding 5 hours to 10:00 PM correctly rolls over to 3:00 AM.
Calculating duration between two moments
When you need to know exactly how much time passed between a start and an end point — including different days — the duration mode converts both moments to a single timestamp and finds the difference, breaking it down into days, hours and minutes.
Common uses
- Work hours: calculating hours worked across a shift, including overnight shifts.
- Travel planning: figuring out arrival time after a flight or drive of a known duration.
- Project tracking: measuring elapsed time between a start and completion timestamp.
Frequently asked questions
Does this account for time zones?
No — both times are treated as being in the same time zone. If you're comparing times across zones, convert one of them to match the other's zone before entering it.
What happens if the end time is before the start time?
The duration mode shows the absolute difference and flags that the order was reversed, so you can tell at a glance if the dates need swapping.
How do I calculate the time between two times?
Enter a start and end time and the tool returns the duration in hours and minutes, handling times that cross midnight.
How do I add hours and minutes together?
Enter the values and it totals them, carrying minutes into hours past 60 automatically.
Can it work out hours in a shift?
Yes — enter your clock-in and clock-out times to get the total, then subtract breaks separately.