Created
September 13, 2011 01:00
-
-
Save johnlettman-old/1212894 to your computer and use it in GitHub Desktop.
Quick implementation of Unix-time (seconds from epoch) in Javascript
This file contains hidden or 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
(new Date().valueOf() * 0.001)|0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment