Created
November 18, 2015 18:03
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# "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