Created
May 28, 2015 06:41
-
-
Save lantrix/d5a0f40d91fd30840892 to your computer and use it in GitHub Desktop.
Powershell AWS API time stamp in the Coordinated Universal Time (Greenwich Mean Time) time zone
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
| ((get-date).ToUniversalTime()).ToString("yyyy-MM-ddTHH:mm:ssZ") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment