Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Created April 10, 2015 00:23
Show Gist options
  • Save brlafreniere/19111f8c4d8d13028bac to your computer and use it in GitHub Desktop.
Save brlafreniere/19111f8c4d8d13028bac 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