How this instrument works
This calculator adds two durations together, where each duration can include days, hours, minutes, and seconds. Internally, both are converted to a single total in seconds, summed, and then converted back into a clean days-hours-minutes-seconds breakdown, carrying over between units exactly the way a stopwatch would.
It's the most granular of this site's time-adding tools, built for situations where a duration genuinely runs into multiple days and needs second-level precision — combining two logged work sessions, two rendering or export times, or any pair of durations tracked with a stopwatch rather than rounded to the nearest minute.
For simpler cases — combining two ordinary hours-and-minutes durations, or summing a list of plain minute adjustments — the Adding Hours and Minutes and Add Minutes calculators on this site are quicker to use, since they skip the days and seconds fields this one includes.
- Enter the first duration's days, hours, minutes, and seconds.
- Enter the second duration's days, hours, minutes, and seconds.
- Read the combined total in seconds, and the same total broken into days, hours, minutes, and seconds.
- Leave any field at 0 if a duration doesn't need that unit — a duration under a day, for example, can leave the days field at 0.
Worked example — combining two logged work sessions
A project tracker logs two separate work sessions: the first ran 1 day, 5 hours, 30 minutes, 0 seconds (106,200 seconds); the second ran 0 days, 20 hours, 45 minutes, 15 seconds (74,715 seconds). Entering both durations gives a combined total of 180,915 seconds, which the calculator breaks down as 2 days, 2 hours, 15 minutes, 15 seconds.
A simpler check confirms the carrying works correctly: entering 2 days plus 1 day, with every other field at 0, returns exactly 3 days, 259,200 seconds total, with no leftover hours, minutes, or seconds — a clean whole-day sum.
Questions
Why does this calculator need separate days, hours, minutes, and seconds fields?
Because it's built for durations precise enough to need second-level accuracy and long enough to span multiple days — logged work or render sessions, for example. Converting everything to a single total in seconds first, then breaking it back down, keeps the carrying between units exact rather than approximate.
Can I add more than two durations?
This calculator is limited to exactly two durations at a time. To add a third, take the result from the first two and enter it as one of the two durations in a second pass, adding the next duration on top of it.
What happens to the seconds when they add up past 60?
They're carried into the minutes total automatically, and any minute overflow past 60 carries into hours, and any hour overflow past 24 carries into days — the same way a stopwatch or odometer rolls over, handled internally by converting everything to seconds first.
Do I have to fill in every field, even if a duration doesn't span days?
No — leave any field you don't need at 0. A duration under a minute, for instance, can leave days, hours, and minutes all at 0 and just enter the seconds.
How is this different from the Adding Hours and Minutes calculator?
That calculator handles just hours and minutes for two durations. This one adds days and seconds into the mix as well, for durations that run longer than a day or need finer-than-a-minute precision, at the cost of a couple of extra fields to fill in.