Skip to content

Instantly share code, notes, and snippets.

@adibenc
Created December 15, 2020 10:15
Show Gist options
  • Save adibenc/be96136dc2af1930dda942d81cdd9611 to your computer and use it in GitHub Desktop.
Save adibenc/be96136dc2af1930dda942d81cdd9611 to your computer and use it in GitHub Desktop.
postman.util
var intDate = Date.now().toString().substring(0,12);
console.log(intDate)
postman.setEnvironmentVariable('uniqint', intDate);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment