Aggregating lap times, shift lengths, or media durations sometimes requires a single seconds total for spreadsheets or APIs.
About HH:MM:SS → Seconds
Aggregating lap times, shift lengths, or media durations sometimes requires a single seconds total for spreadsheets or APIs.
Multiply hours and minutes appropriately and sum with seconds.
Input is clock components; output is total seconds.
How to use this tool
Enter hours, minutes, and seconds. Calculate for total seconds.
Formula & methodology
This hh:mm:ss to seconds converter applies the standard relationship below. Intermediate values are kept at full precision; only the displayed result is rounded.
total s = h x 3600 + m x 60 + s
Tips for accurate results
Ensure minutes and seconds stay within 0–59 unless form allows overflow.