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