convert time to unix js code example Example: javascript timestamp in seconds const ts = () => Math.floor(new Date().getTime() / 1000);