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:
eric_tian 2008-09-18 01:49:46 +00:00
parent d9177625f6
commit be5d189fd1
1 changed files with 1 additions and 1 deletions

View File

@ -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;