Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created June 20, 2022 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/71a0e3a5eb5554acae2c15e343065e51 to your computer and use it in GitHub Desktop.
Save miguelmota/71a0e3a5eb5554acae2c15e343065e51 to your computer and use it in GitHub Desktop.
JavaScript ISO timestamp to unix timestamp seconds
Math.floor(new Date('Fri, 17 Jun 2022 12:28:34 -0700').getTime() / 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment