Time Unit Converter
Convert one known duration between milliseconds, seconds, minutes, hours, days, and weeks. Built for workout blocks, project estimates, media runtimes, server logs, recipes, schedule planning, and quoted durations.
Convert a 90-minute workout or study block into hours for a schedule.
The result is smaller because the target unit is larger. One target unit contains about 60.00 source units.
Fixed-duration unit conversion only — this page does not handle time zones, daylight-saving shifts, business days, countdowns, or calendar arithmetic.
Was this useful?
Examples
How It Works
Formula
Variables
- Input duration
- Converted duration
- Seconds per source unit(s)
- Seconds per target unit(s)
The calculator uses seconds as the canonical base unit. It multiplies your entered duration by the source-unit factor to reach seconds, then divides by the target-unit factor. That keeps every supported pair auditable and exact.
Exact fixed definitions used by the calculator:
- 1 s = 1000 ms
- 1 min = 60 s
- 1 h = 3600 s
- 1 day = 86400 s
- 1 week = 604800 s
The calculator applies result = value × fromFactor / toFactor, using seconds as the shared base for every conversion pair.