SOLVETUTORMATH SOLVER

Instrument MI-06-016 · Everyday life

Add Time Calculator

Two durations, each broken into days, hours, minutes, and seconds, combined into a single precise total with every unit correctly carried over.

Instrument MI-06-016
Sheet 1 OF 1
Rev A
Verified
Type 06 — Productivity SER. 2026-06016

Total (seconds)

180,915

total seconds = sum of both durations converted to seconds

2 Total — days
2 … plus hours
15 … plus minutes
15 … plus seconds
The working Every figure verified twice
  1. totalSeconds = ((1·24 + 5)·60 + 30)·60 + 0 + (((0·24 + 20)·60 + 45)·60 + 15) = 180,915
  2. daysOut = floor(180915 ⁄ 86400) = 2
  3. hoursOut = floor((180915 − 2·86400) ⁄ 3600) = 2
  4. minsOut = floor((180915 − 2·86400 − 2·3600) ⁄ 60) = 15
  5. secsOut = 180915 − 2·86400 − 2·3600 − 15·60 = 15
Worksheet log
  1. No entries yet — change an input to log a scenario.

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.

T=((d×24+h)×3600+m×60+s)T = \sum \left((d{\times}24+h){\times}3600+m{\times}60+s\right)
Both durations are converted to a single total in seconds, added, and then broken back down into days, hours, minutes, and seconds from the largest unit down, carrying the remainder at each step.
  • 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.

References