Skip to content

Instantly share code, notes, and snippets.

@lantrix
Created May 28, 2015 06:41
Show Gist options
  • Select an option

  • Save lantrix/d5a0f40d91fd30840892 to your computer and use it in GitHub Desktop.

Select an option

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
((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