Powershell JSON conversion or output of Get-Date Date Property wrong offset (is it a bug?)
Problem description in the Microsoft Powershell Documentation ConvertFrom-Json (Microsoft.PowerShell.Utility) - PowerShell - Microsoft Learn is an example using Get-Date Get-Date | Select-Object -Property * | ConvertTo-Json | ConvertFrom-Json Running this example in a simply modified way the double conversion shows…