Convert time units — seconds, minutes, hours, days, weeks, months, years.
| Unit | Name | Value |
|---|---|---|
| ms | Millisecond | 1000 |
| min | Minute | 0.016666667 |
| hr | Hour | 0.00027777778 |
| d | Day | 0.000011574074 |
| wk | Week | 0.0000016534392 |
| mo | Month (30d) | 3.8580247e-7 |
| yr | Year | 3.170979e-8 |
Formula: Millisecond = Second × 1000
Multiply any second value by 1000 to get millisecond.
Reverse: Second = Millisecond × 0.001
Common second values — factor: 1 s = 1000 ms
| Second (s) | Millisecond (ms) | Context |
|---|---|---|
| 1 s | 1,000 ms | One second |
| 5 s | 5,000 ms | Traffic light |
| 10 s | 1e+04 ms | Short sprint |
| 30 s | 3e+04 ms | Quick task |
| 60 s | 6e+04 ms | One minute |
| 300 s | 3e+05 ms | 5 minutes |
| 3,600 s | 3,600,000 ms | One hour |
| 8.64e+04 s | 86,400,000 ms | One day |
| 6.048e+05 s | 604,800,000 ms | One week |
| 2,630,000 s | 2,630,000,000 ms | One month |
| 31,560,000 s | 31,560,000,000 ms | One year |
| 315,600,000 s | 315,600,000,000 ms | One decade |
| 3,156,000,000 s | 3.156e+12 ms | One century |
| 31,560,000,000 s | 3.156e+13 ms | One millennium |
| 315,600,000,000 s | 3.156e+14 ms | 10,000 years |
Seconds × 1,000 = milliseconds. Move decimal 3 places right.
1 s = 1,000 ms, 0.5 s = 500 ms, 60 s = 60,000 ms.
Milliseconds ÷ 1,000 = seconds.
Uses seconds as the SI base unit for all time calculations, measurements, and formulas.
Measures API response times, function execution durations, and timeout values in seconds.
Records race times and competition results in seconds and milliseconds.
Measures reaction rates, half-lives, and spectroscopy timings in seconds.
Converts scene durations and timecode between seconds and frames per second.
Measures ping latency, time-to-live (TTL), and connection timeouts in seconds.
The second is the SI base unit of time, defined since 1967 as exactly 9,192,631,770 cycles of radiation from a caesium-133 atom. Before atomic clocks, the second was defined as 1/86,400 of a mean solar day.
The second is universal in physics, chemistry, and engineering. Speed is measured in meters per second; frequency in cycles per second (Hz); radioactive decay in half-lives counted in seconds.
Interesting fact: Atomic clocks are so precise that they would neither gain nor lose one second over 300 million years. The International Earth Rotation Service occasionally adds 'leap seconds' to keep atomic time aligned with Earth's rotation.
The millisecond (one thousandth of a second) is the unit of human-perceptible time in digital technology. Internet latency, audio buffer sizes, frame rates, and human reaction times are all measured in milliseconds.
Gaming and competitive computing care deeply about milliseconds: a 60 fps display refreshes every 16.7 ms; professional monitors target <1 ms response time. Human reaction time is typically 150–300 ms.
Interesting fact: A CD audio sample lasts about 0.0227 ms. The average person can't perceive audio differences shorter than about 10 ms, which defines minimum practical audio buffer sizes.
Converting second to millisecond is a common task across science, engineering, and everyday planning. The time scale spans from nanoseconds in computing to centuries in history, and having accurate conversions helps when comparing measurements across different systems or disciplines.
As a quick reference: 5 s = 5000 ms and 10 s = 10,000 ms. For the reverse: 1 ms = 0.001 s. The exact conversion factor is 1 s = 1000 ms.
All conversions are performed in IEEE 754 double-precision arithmetic, accurate to at least 8 significant figures.