mirror of https://github.com/acidanthera/audk.git
modify an issue about data off.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5922 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d9177625f6
commit
be5d189fd1
|
@ -108,7 +108,7 @@ GetLocalTime (EFI_TIME *Time)
|
|||
tm = localtime (&t);
|
||||
|
||||
Time->Year = 1900 + tm->tm_year;
|
||||
Time->Month = tm->tm_mon;
|
||||
Time->Month = tm->tm_mon + 1;
|
||||
Time->Day = tm->tm_mday;
|
||||
Time->Hour = tm->tm_hour;
|
||||
Time->Minute = tm->tm_min;
|
||||
|
|
Loading…
Reference in New Issue