26 seconds = 0.43 minutes = 0.0072 hours = 0.0003 days. Conversions use standard factors: 60 sec/min, 3600 sec/hr, 86400 sec/day, 604800 sec/week, 31557600 sec/year.
Quick reference
| Seconds | Minutes | Hours | Days | Common reference |
|---|---|---|---|---|
| 1 | 0.0167 | 0.000278 | 0.0000116 | 1 second |
| 60 | 1 | 0.0167 | 0.000694 | 1 minute |
| 3,600 | 60 | 1 | 0.0417 | 1 hour |
| 86,400 | 1,440 | 24 | 1 | 1 day |
| 604,800 | 10,080 | 168 | 7 | 1 week |
| 2,629,800 | 43,830 | 730.5 | 30.44 | 1 month (avg) |
| 31,557,600 | 525,960 | 8,766 | 365.25 | 1 year (avg) |
💡 Did you know? The Unix epoch (timestamp 0) is January 1, 1970, 00:00:00 UTC. Unix timestamps will face the Year 2038 problem on January 19, 2038, when 32-bit signed integers overflow. Most modern systems use 64-bit integers, which won't overflow for ~292 billion years.
Frequently Asked Questions
26 seconds equals 0.4333 minutes. Divide seconds by 60 to get minutes: 26 ÷ 60 = 0.4333.
26 seconds equals 0.0072 hours. Divide seconds by 3600: 26 ÷ 3600 = 0.0072.
26 seconds equals 0.0003 days. Divide seconds by 86400: 26 ÷ 86400 = 0.0003.
There are exactly 86,400 seconds in a day (24 hours × 60 minutes × 60 seconds). For reference: 1 week = 604,800 seconds; 1 month (avg) = 2,629,800 seconds; 1 year (avg) = 31,557,600 seconds.
A Unix timestamp is the number of seconds since January 1, 1970, 00:00:00 UTC. For example, timestamp 1,000,000,000 = September 9, 2001. Our Unix Timestamp Converter converts any epoch to a readable date.
To convert minutes to seconds, multiply by 60. So 26 minutes = 1560 seconds. For hours, multiply by 3600. For days, multiply by 86400.
A leap second is an occasional one-second adjustment to UTC to keep it synchronized with Earth's rotation. The most recent was December 31, 2016, 23:59:60. Leap seconds are added irregularly by the IERS.
In Excel: =A1/86400 formats seconds as a day (use a date format to display as HH:MM:SS). =A1/3600 = hours. =A1/60 = minutes. =SECOND(A1) extracts the seconds component from a time value.