Skip to content

Instantly share code, notes, and snippets.

@bogoslavskiy
Last active August 3, 2022 14:46
Show Gist options
  • Save bogoslavskiy/5f03f5addc004da6aa2255df713e240b to your computer and use it in GitHub Desktop.
Save bogoslavskiy/5f03f5addc004da6aa2255df713e240b to your computer and use it in GitHub Desktop.
function getTimeSec() {
return Math.floor(Date.now() / 1000);
}
const sec = getTimeSec();
console.log(sec);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment