Seconds to Time Converter
Turn a number of seconds into HH:MM:SS and a readable duration.
HH:MM:SS
01:01:01
1 hour, 1 minute, 1 second
0
Days
1
Hours
1
Minutes
1
Seconds
Seconds, minutes, hours
Enter a duration in seconds and this breaks it down into days, hours, minutes, and seconds, plus a clock-style HH:MM:SS (the hours field rolls days up, so 90,061 seconds reads as 25:01:01). Useful for log timestamps, video lengths, and timeouts — computed in your browser.
Related: the time duration calculator, the Unix timestamp converter, and the data storage converter.
Related Converters tools
JSON to YAML
Convert JSON into clean, readable YAML instantly.
YAML to JSON
Convert YAML configuration into valid JSON.
JSON to CSV
Flatten a JSON array of objects into CSV rows.
CSV to JSON
Parse CSV with headers into a JSON array of objects.
JSON to XML
Convert JSON structures into nested XML markup.
JSON Minifier
Strip whitespace to produce compact JSON.
JSON to TypeScript
Generate TypeScript interfaces from a JSON sample.
JSON to SQL
Turn a JSON array of objects into SQL INSERT statements.