What Duration Converter does
Duration Converter converts a numeric duration between the explicitly labeled units in the selector. Changing the value or either unit recalculates the result immediately.
Every duration is converted through seconds with fixed factors, from one billionth of a second per nanosecond to 604,800 seconds per week. This is a unit conversion, not a measurement or lookup: the result is determined only by the number and units supplied in the browser.
How to use Duration Converter
- Enter a finite numeric duration value.
- Choose the source unit and the unit required for the result.
- Read the converted value with its destination symbol, or use Swap units to reverse the direction.
- Carry only the precision justified by the original measurement when copying the result.
Important details
Supported units
Available units are nanosecond, microsecond, millisecond, second, minute, hour, 24-hour day, and seven-day week. Months and years are omitted because their lengths vary.
A distinction that matters
This tool converts elapsed quantities, not clock times. A day is exactly 86,400 seconds here, even though civil days around daylight-saving transitions can be shorter or longer.
Practical uses
- Translate performance timings among nanoseconds, milliseconds, and seconds.
- Convert service windows or media durations among minutes, hours, and days.
- Check fixed-duration configuration values written in different units.
Privacy and limitations
Duration Converter performs its arithmetic locally. PagesTools does not receive the entered value or selected units.
No dates, time zones, leap seconds, daylight-saving transitions, work schedules, months, or years are modeled. Large or extremely small values are bounded by floating-point range and display precision.