Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Created April 4, 2015 02:56
Show Gist options
  • Save brlafreniere/790b79fae8332f2bbc2c to your computer and use it in GitHub Desktop.
Save brlafreniere/790b79fae8332f2bbc2c to your computer and use it in GitHub Desktop.
function unixTimestampSeconds() {
return Math.floor(Date.now() / 1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment