Instant · Precise · Universal
28 units available
6 categories total
To convert leap years to days: multiply by 366. To seconds: multiply by 31,622,400.
1 leap year = 366 d = 8,784 h = 527,040 min = 31,622,400 s. That's 86,400 s more than a common year.
For example, 1 Year (Leap) (yr (Leap)) = 31622400 Second (s).
| Year (Leap) (yr (Leap)) | Second (s) |
|---|---|
| 0.1 | 3162240 |
| 0.5 | 15811200 |
| 1 | 31622400 |
| 2 | 63244800 |
| 5 | 158112000 |
| 10 | 316224000 |
| 25 | 790560000 |
| 50 | 1581120000 |
| 100 | 3162240000 |
| 500 | 15811200000 |
| 1000 | 31622400000 |
A leap year is a calendar year containing 366 days (31,622,400 seconds), with an extra day added as February 29th to correct calendar drift.
1 leap year = 366 d = 8,784 h = 527,040 min = 31,622,400 s. That's 86,400 s more than a common year.
To convert leap years to days: multiply by 366. To seconds: multiply by 31,622,400.
Calendar systems, date arithmetic in software (handling Feb 29), birthday celebrations for 'leaplings,' and financial calculations.
People born on February 29 are called 'leaplings' — they technically have a birthday only once every 4 years. The odds of being born on Feb 29 are about 1 in 1,461.
The most common bug: not handling Feb 29. Many software failures have occurred on leap day. Also, the 100/400 rule is often forgotten.
Leap year test: divisible by 4? Yes → leap year, UNLESS divisible by 100, UNLESS also divisible by 400. Code it: (y%4==0 && y%100!=0) || y%400==0.
The second is the SI base unit of time, defined by the fixed value of the cesium-133 hyperfine transition frequency: exactly 9,192,631,770 cycles.
1 s = 1,000 ms = 10⁶ µs = 10⁹ ns. There are 60 seconds in a minute and 86,400 in a day.
To convert seconds to minutes: divide by 60. To convert to hours: divide by 3,600. To milliseconds: multiply by 1,000.
All timekeeping — clocks, timers, stopwatches, cooking, traffic lights, music tempo (BPM), and heartbeat monitoring.
Cesium atomic clocks are accurate to about 1 second in 300 million years. The 2019 SI redefinition preserved the second's cesium-based definition.
Using 'sec' instead of 's' in scientific writing. Also, assuming all seconds are exactly equal — leap seconds exist to correct for Earth's slowing rotation.
A heartbeat lasts about 0.8 seconds. Counting 'one Mississippi' is a classic way to estimate one second.



© 2026 UntangleTools. All Rights Reserved.