Whole seconds (≥ 0) split into hours, minutes, and seconds for display.
The input is parsed as an integer (decimal part discarded). Output is H:MM:SS with minutes and seconds zero‑padded to two digits; any very large total seconds are allowed as long as the value fits normal JS integers.
This calculator uses plain decimal numbers. If a result looks wrong, check whether you used a comma instead of a dot (or vice versa) where the field expects one.