Enter Time to Convert
Converted Time
Result: –
Scientific Form: –
Grouped Digits: –
Overview
Time units range from the familiar—seconds, minutes, hours, days, weeks, months, years—to far more exotic scales: milliseconds, microseconds, nanoseconds, fortnights, decades, centuries, millennia, and even Planck time (the quantum‐gravity scale). In Advanced Mode, you’ll uncover “shakes” (10⁻⁸ s), “Svedberg” (10⁻¹³ s), the “atomic unit of time” (≈2.4189×10⁻¹⁷ s), “Callippic cycle” (76 years), “Metonic cycle” (19 years), “kè” (Chinese kè = 1/100 day), “jiffy” (light in 1 cm ≈ 3.33564×10⁻¹¹ s), and the “Hipparchic cycle” (304 years). Use this tool to convert any quantity from one unit into another instantly.
Note: “Month” is defined as exactly 30 days (2 592 000 s). “Year” is 365 days (31 536 000 s). Adjust factors in JavaScript if you need calendar‐specific accuracy (e.g., Feb or leap years).
Formula & Methodology
All conversions go through an intermediate “seconds” step:
- Convert the input value into seconds using the known factor (unit → seconds).
- Convert those seconds into the desired unit using seconds → unit factor.
Below is a complete table of “unit → seconds” factors used internally.
Unit | Equivalent in Seconds | Definition / Notes |
---|---|---|
Second (s) | 1 | Base SI unit of time. |
Millisecond (ms) | 0.001 | 1 ms = 10⁻³ s. |
Microsecond (µs) | 0.000001 | 1 µs = 10⁻⁶ s. |
Nanosecond (ns) | 0.000000001 | 1 ns = 10⁻⁹ s. |
Minute (min) | 60 | 60 s. |
Hour (h) | 3600 | 60 min = 3600 s. |
Day (d) | 86400 | 24 h = 86 400 s. |
Week (wk) | 604800 | 7 d = 604 800 s. |
Fortnight (fn) | 1209600 | 14 d = 1 209 600 s. |
Month (mo) | 2592000 | 30 d = 2 592 000 s (approx.). |
Year (yr) | 31536000 | 365 d = 31 536 000 s (approx.). |
Decade (dec) | 315360000 | 10 yr = 315 360 000 s. |
Century (c) | 3153600000 | 100 yr = 3 153 600 000 s. |
Millennium (mil) | 31536000000 | 1000 yr = 31 536 000 000 s. |
Shake | 0.00000001 | 1 shake = 10⁻⁸ s (used in nuclear engineering). |
Svedberg | 0.0000000000001 | 1 Svedberg = 10⁻¹³ s (used in ultracentrifugation). |
Planck Time (tₚ) | 5.391247e-44 | Smallest meaningful time in quantum gravity ≈ 5.391247×10⁻⁴⁴ s. |
Atomic Unit of Time (a.u.) | 2.418884e-17 | 1 atomic unit = ħ/Eₕ ≈ 2.418884×10⁻¹⁷ s. |
Jiffy | 3.33564095198152e-11 | Time light travels 1 cm in vacuum ≈ 3.33564×10⁻¹¹ s. |
Callippic Cycle | 2396736000 | 76 yr = 2 396 736 000 s. |
Metonic Cycle | 598184000 | 19 yr = 598 184 000 s. |
Kè | 864 | Traditional Chinese kè = 1/100 day = 864 s. |
Hipparchic Cycle | 9586944000 | 304 yr = 9 586 944 000 s. |
* Month = 30 days; Year = 365 days. Adjust these values in JavaScript if you need calendar-specific accuracy.
Examples
-
Convert 2 hours to minutes:
2 h → (2×3600 s) = 7200 s → (7200÷60) = 120 min -
Convert 1 fortnight to days:
1 fn → (1×1 209 600 s) = 1 209 600 s → (1 209 600÷86 400) = 14 d -
Convert 5000 ms to seconds:
5000 × 0.001 s = 5 s -
Convert 3 centuries to years:
3 c → (3×3 153 600 000 s) = 9 460 800 000 s → (9 460 800 000 ÷ 31 536 000) = 300 yr -
Convert 10 Planck times to seconds:
10 × 5.391247×10⁻⁴⁴ s = 5.391247×10⁻⁴³ s -
Convert 1 Callippic cycle to years:
1 × (2 396 736 000 s) = 2 396 736 000 s → (2 396 736 000 ÷ 31 536 000) ≈ 76 yr
Frequently Asked Questions
What is a “shake”?
In nuclear physics, a “shake” is defined as 10⁻⁸ seconds. It’s used to measure rapid processes in fission.
What is a “Svedberg”?
The Svedberg is 10⁻¹³ seconds, used in ultracentrifugation to describe sedimentation rates.
What is the “atomic unit of time”?
The atomic unit of time is defined as ħ/Eₕ ≈ 2.418884×10⁻¹⁷ seconds, where ħ is the reduced Planck constant and Eₕ is the Hartree energy.
Why are “month” and “year” approximate?
We define “month” as exactly 30 days and “year” as exactly 365 days. For calendar-accurate conversions (accounting for Feb/30/31 days, leap years), adjust those factors in the script.
Is this converter mobile-friendly?
Yes—once loaded, it runs fully client-side, and the layout reflows into a single column on narrow/mobile screens.
Can I use this converter offline?
After the page finishes loading, no further network requests are needed. You can convert time units entirely offline.