initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
const o=o=>o<10?`0${o}`:o;function t(t){const n=Math.floor(t/3600),r=Math.floor(t%3600/60),$=Math.floor(t%3600%60);return n>0?`${n}:${o(r)}:${o($)}`:r>0?`${r}:${o($)}`:$>0?""+$:null}export{t as s};
|
||||
Reference in New Issue
Block a user