| commit | 29af7cf326fbf42080a3b5171e5eb380616b5c1f | [log] [tgz] | 
|---|---|---|
| author | James Bottomley <JBottomley@Parallels.com> | Thu Mar 12 09:47:09 2015 -0400 | 
| committer | James Bottomley <JBottomley@Parallels.com> | Thu Mar 12 09:47:09 2015 -0400 | 
| tree | 92f46ddcb27a115ea56b35b14274a1f47c84b248 | |
| parent | ed79a20e24014372028136f59958a4478dc5f7e9 [diff] | 
Fix month offset problem ktgsmith reports that we have a cocup constructing the EFI_TIMESTAMP because the unix value tm_mon is 0-11 and the EFI_TIMESTAMP Month field is 1-12. Fix this by adding one everywhere we use tm_mon. Signed-off-by: James Bottomley <JBottomley@Parallels.com>