Supported units
| Unit | Symbol | In seconds |
|---|---|---|
| Nanosecond | ns | 0.000 000 001 |
| Microsecond | µs | 0.000 001 |
| Millisecond | ms | 0.001 |
| Second | s | 1 |
| Minute | min | 60 |
| Hour | hr | 3 600 |
| Day | day | 86 400 |
| Week | wk | 604 800 |
| Month (avg) | mo | 2 629 746 |
| Year (avg) | yr | 31 556 952 |
Convert nanoseconds, milliseconds, days, weeks, years — durations in every unit.
Updated
| Unit | Value | Copy |
|---|---|---|
Nanosecond ns | 999,999,999.9999999 | |
Microsecond µs | 1,000,000 | |
Millisecond ms | 1,000 | |
Second s | 1 | |
Minute min | 0.01666667 | |
Hour hr | 0.00027778 | |
Day day | 1.157407e-5 | |
Week wk | 1.653439e-6 | |
Month (avg) mo | 3.802649e-7 | |
Year (avg) yr | 3.168874e-8 |
Quick start
Type a duration, pick the source unit, read the value in every other unit.
Enter the duration and pick its unit. Switching units converts the displayed value so the meaning is preserved.
Ten units — ns through years — update live. The source unit is highlighted.
Click Copy on any row to grab the converted value. Everything runs locally — no upload.
In-depth guide
Convert durations between ten units — from nanoseconds to average Gregorian years. Type a value, pick its unit, every other unit updates live.
For converting epoch timestamps to readable dates, see /tools/epoch-converter instead.
| Unit | Symbol | In seconds |
|---|---|---|
| Nanosecond | ns | 0.000 000 001 |
| Microsecond | µs | 0.000 001 |
| Millisecond | ms | 0.001 |
| Second | s | 1 |
| Minute | min | 60 |
| Hour | hr | 3 600 |
| Day | day | 86 400 |
| Week | wk | 604 800 |
| Month (avg) | mo | 2 629 746 |
| Year (avg) | yr | 31 556 952 |
This tool treats time as elapsed duration, not as calendar arithmetic. Adding "one month" to a date in software needs calendar-aware logic (the answer for 31 Jan + 1 month is 27 Feb in non-leap years, but elapsed seconds would land you on 2 Mar). The averaged month (~30.44 days) used here is appropriate for capacity planning, log-retention windows, billing-cycle estimates and astronomical contexts — not for absolute date arithmetic.
Use this converter when you need a quick value across metric, imperial, data, time, or other unit systems. Use domain-specific engineering, lab, or compliance software when tolerances, significant figures, or standards must be formally controlled.
Browser-first by design. The tool page explains any exception before you use it.
Your conversion values stay in the browser and update locally as you type. EpitomeTool does not upload source values, copied results, or unit choices to a server.
An average Gregorian month: 1/12 of an average year ≈ 30.437 days ≈ 2 629 746 seconds. Calendar months range from 28 to 31 days, so for billing periods or scheduling, calculate against the specific month. Use this converter for back-of-envelope estimates only.
The average Gregorian year: 365.2425 days = 31 556 952 seconds. This averages over the leap-year pattern (97 leap years per 400 years). For exact astronomical calculations, the tropical year (365.24219 days) and sidereal year (365.25636 days) differ at the 5th decimal — outside this tool's precision.
They're trivially expressible: a fortnight = 2 weeks, a decade = 10 years. The supported list aims at units that programmers, scientists and project planners actually use in calculations.
No. Leap seconds (rare adjustments to UTC, last added in 2016) are not modelled. For systems that need leap-second-aware durations, use a TAI-based time library.
Yes — for date conversion (e.g. Unix seconds → ISO string), use /tools/epoch-converter. This page converts durations (how much time has passed), not absolute moments in time.
Yes. Everything runs in your browser. No request leaves the page during conversion.
Keep exploring
Hand-picked utilities that pair well with the one you're on — all free, client-side, and zero-signup.
Shrink PDF file size without uploading to a server.
Body Mass Index with metric / imperial inputs and WHO category bands.
Combine multiple PDFs into one in your browser.
Split a PDF by pages or page ranges, download as zip.