So if i had the following $driverInfo = Get-WmiObject Win32_PnpSignedDriver | Where-Object {$_.DeviceId -eq $device.DeviceId }
How would i convert the $driverInfo.DriverDate into something readable from the WMI date form, example "20230823000000.***+" ?