Skip to content

Instantly share code, notes, and snippets.

@vikramacharya
Last active September 10, 2022 15:18
Show Gist options
  • Save vikramacharya/14dfc6ef84734c0e4a5fa3c8e04e15f6 to your computer and use it in GitHub Desktop.
Save vikramacharya/14dfc6ef84734c0e4a5fa3c8e04e15f6 to your computer and use it in GitHub Desktop.
const created = Math.floor(new Date().getTime() / 1000).toString();
const expires = (parseInt(created) + (1 * 60 * 60)).toString();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment