Toolverge

Time Duration Calculator

A time duration calculator answers two related questions: what date and time results from adding or subtracting a span from a starting moment, and how much time separates two given moments in days, hours, and minutes. Toolverge treats every date/time as a literal UTC wall-clock moment (matching the approach used by the date calculator), so the result never shifts because of the visitor’s local timezone.

Mode

Duration between

2d 5h 30m

3,210 total minutes (signed)

Moments are treated as UTC wall-clock times so time zones do not shift the count.

How it works

  1. Choose a mode: duration between two moments, or add/subtract a duration.
  2. Enter a start date and time, then either an end date/time or a days/hours/minutes delta.
  3. Read the result date/time or the day/hour/minute breakdown on the tape.

Formula Duration = end moment − start moment (in minutes, then broken into days/hours/minutes)

Frequently asked questions

How do I add hours to a date and time?

Choose "Add / subtract a duration", enter your start date/time, and set the hours field (use a negative number to subtract).

How do I find the time between two dates?

Choose "Duration between two moments" and enter both a start and end date/time.

Does this account for time zones?

No — both moments are treated as literal wall-clock times, the same way our date calculator works, so results are consistent regardless of the visitor’s timezone.

Can the result be negative?

Yes, in "between" mode a negative total means the end moment is earlier than the start.

Is this data stored?

No. The calculation runs in your browser. Toolverge does not send these values to the Java API.