Joradn,

  When I run the simulator , I found a ASSERT as below.


// FileTimeToLocalTime() , Patch ID  99849a906e15ea3a9a0330d69bbae0d21ff49808
  ASSERT ((Time->TimeZone >= -1440) && (Time->TimeZone <=1440));
  ASSERT ((LocalTimeZone >= -1440) && (LocalTimeZone <=1440));
  ASSERT ((Time->Month >= 1) && (Time->Month <= 12));

  EmulatorPkg get the TimeZone through tzset(void)
 And my location is in Chian ,so the timezone is -28800 (the time difference 
between UTC
 And local time, the unit is second)



发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to