Duration Calculator

Calculate the time difference between two Unix timestamps or two dates.

Between two timestamps

Between two dates

How Duration Calculation Works

The duration between two Unix timestamps is simply the absolute difference between them. Since timestamps are integers (or floats) representing a single moment, subtracting one from another gives the elapsed time in seconds (or the unit of your choice).

This calculator breaks the result down into days, hours, minutes, and seconds for easy reading.