Skip to content

Instantly share code, notes, and snippets.

@johnlettman-old
Created September 13, 2011 01:00
Show Gist options
  • Save johnlettman-old/1212894 to your computer and use it in GitHub Desktop.
Save johnlettman-old/1212894 to your computer and use it in GitHub Desktop.
Quick implementation of Unix-time (seconds from epoch) in Javascript
(new Date().valueOf() * 0.001)|0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment