How would one convert a PowerShell command output that retrieves some date/time like to a readable date/time string? The command is
((Get-ComputerRestorePoint)[-1]).CreationTime
Which basically retrieves the last restore point created date and time, but in a weird format like 20190109100614.556883-000
.ConvertToDateTime().