Int2Cat - DriverVer set to incorrect date

When using StampInf to automatically populate DriverVer it uses local time not GMT, but Inf2Cat defaults to verifying in GMT (UTC). See Microsoft comments and suggestions in StampInf documentation http://msdn.microsoft.com/en-us/library/windows/hardware/ff552789(v=vs.85).aspx

Easiest fix is to change your driver package project settings for Inf2Cat to set /uselocaltime. Then the problem goes away!


Solved. Just need to wait until UTC date-time and my local date-time got the same date.