Skip to content

Instantly share code, notes, and snippets.

@mittsh
Created January 30, 2018 10:37
Show Gist options
  • Save mittsh/e9b7b7928c6939fcd8113b385273c9d6 to your computer and use it in GitHub Desktop.
Save mittsh/e9b7b7928c6939fcd8113b385273c9d6 to your computer and use it in GitHub Desktop.
function evaluate(context){
var d = new Date();
return d.getTime() + (d.getMilliseconds() / 1000);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment