Skip to content

Instantly share code, notes, and snippets.

@tonkatsu7
Created December 18, 2017 08:42
Show Gist options
  • Save tonkatsu7/f324510a10b0442af25f66b2de46cf0e to your computer and use it in GitHub Desktop.
Save tonkatsu7/f324510a10b0442af25f66b2de46cf0e to your computer and use it in GitHub Desktop.
Get the UNIX timestamp in seconds rather than millis
var ts = Math.round((new Date()).getTime() / 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment