Created
December 18, 2017 08:42
-
-
Save tonkatsu7/f324510a10b0442af25f66b2de46cf0e to your computer and use it in GitHub Desktop.
Get the UNIX timestamp in seconds rather than millis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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