1 line
105 B
PowerShell
1 line
105 B
PowerShell
New-Object -TypeName System.DateTime -ArgumentList 1, 1, 1, 0, 0, 0, ([DateTimeKind]::Utc) | Format-List
|