I\'m trying to create a DateTime object with a specific UTC timestamp in PowerShell. What\'s the simplest way to do this?
DateTime
I tried:
Get-Date
(get-date).ToUniversalTime().ToString("yyyyMMddTHHmmssfffffffZ")