Summary

Convert seconds, minutes, hours, days, and weeks.

Calculation details

A day is exactly 86,400 seconds and a week is seven days.

Formula

Result = value × source seconds ÷ target seconds.

Worked example

Worked conversion

1 day equals 24 hours.

How it works

Enter a duration and select units. Days are exactly 86,400 seconds (no DST adjustment).

Frequently asked questions

Does the calculation round the input?

No. The converter retains raw JavaScript numeric precision and delegates visible rounding to the existing display formatter.

Which unit definitions are used?

Time factors are centralized relative to the second using exact day and week lengths.

Related calculators