segundos para hh mm ss javascript
new Date(SECONDS * 1000).toISOString().substr(11, 8)
DEVWAX
new Date(SECONDS * 1000).toISOString().substr(11, 8)