Skip to content

Instantly share code, notes, and snippets.

@yesmar
Created February 14, 2018 06:36
Show Gist options
  • Save yesmar/de65f02ca4985d6c187a7ad56cf68038 to your computer and use it in GitHub Desktop.
Save yesmar/de65f02ca4985d6c187a7ad56cf68038 to your computer and use it in GitHub Desktop.
ISO 8601 format timestamp suitable for use with JSON
const ingest = new Date()
console.log("\"" + ingest.toJSON() + "\"")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment