You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
driverdate
About this tag
The tag driverdate refers to the date format returned by the Win32_PnPSignedDriver WMI class in Windows. Users have reported inconsistencies where the date may appear as yyyyddmmhhMMss instead of the expected yyyymmddhhMMss. This tag covers discussions about interpreting and handling these date format variations in WMI queries, particularly for driver-related information. It is relevant for system administrators and developers working with Windows Management Instrumentation to retrieve driver details.
Hi guys,
I have encountered a strange issue, WMI query to Win32_PnPSignedDriver might return yyyyddmmhhMMss.***+*** instead of yyyymmddhhMMss.***+***, is there a way to know which format was returned at a particular query on some particular item? or should it always return...