Hours to seconds conversion explained
Config files, APIs, and uptime monitors often expect seconds, while people speak in hours. Because 1 hour equals 3600 seconds, the conversion is a single scale factor. This calculator also shows minutes so you can sanity-check long durations.
How the conversion works
Minutes bridge the same relationship: and .
Units and conversions
| Unit | Symbol | Relation |
|---|---|---|
| Second | s | Base unit |
| Minute | min | |
| Hour | h |
Worked examples
- 1.5 hours to seconds
- 7200 seconds to hours
- 90 minutes to seconds
Tips and pitfalls
- For config timeouts, add a safety margin after converting to seconds to avoid premature triggers.
- Long durations expressed in hours can become large second counts; keep digit grouping or commas to avoid misreading.
- If you need milliseconds, multiply seconds by 1000 after this conversion.