Skip to content

Instantly share code, notes, and snippets.

@johndacosta
Created November 18, 2015 18:03
Show Gist options
  • Save johndacosta/938275fbea27b0a05c54 to your computer and use it in GitHub Desktop.
Save johndacosta/938275fbea27b0a05c54 to your computer and use it in GitHub Desktop.
basic stub to get out a basic date object in json from powershell
# "2015-11-18 18:02:55Z"
(get-date).ToUniversalTime().toString("u") | ConvertTo-Json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment