diff options
author | Gary Ching-Pang Lin <glin@suse.com> | 2013-07-17 07:53:04 +0000 |
---|---|---|
committer | tye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-07-17 07:53:04 +0000 |
commit | 04a3cfa78a3a0305296c9d5172fff4b1e14bd545 (patch) | |
tree | 09c5f5a2684efb93626f7e3b05202e3320a80353 /ArmPkg/Drivers | |
parent | da275244e3b21ece58610458a7cefa5bf70a1466 (diff) | |
download | edk2-platforms-04a3cfa78a3a0305296c9d5172fff4b1e14bd545.tar.xz |
Per gmtime manpage, tm_mon is the number of months since January
while MonthNo is the month of the year, so tm_mon should be MonthNo-1.
Similarly, tm_mday is the day of the month, and DayNo is the number
of days since the first day of the month. Assigning DayNo+1 to
tm_mday to fit the definition.
This commit also corrected miscalculated MonthNo and DayNo for the
first day of the month. (Thanks to Laszlo Ersek!)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Ching-Pang Lin <glin@suse.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Long Qin <qin.long@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14481 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Drivers')
0 files changed, 0 insertions, 0 deletions