Attention is currently required from: Ricardo Quesada, Jack Rosenthal. Hello build bot (Jenkins), Furquan Shaikh, Paul Menzel, Jack Rosenthal,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/57868
to look at the new patch set (#2).
Change subject: elogtool: Fix off-by-one error in month in timestamp ......................................................................
elogtool: Fix off-by-one error in month in timestamp
elogtool was setting the timestamp with the wrong value in the month. This CL fixes that by incrementing the month by one. This is needed since gmtime() returns the month value starting at 0.
TEST=pytest elogtool_test.py (see next CL in relation chain)
Change-Id: I00f89ed99b049caafba2e47feae3c068245f9021 Signed-off-by: Ricardo Quesada ricardoq@google.com --- M util/cbfstool/eventlog.c 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/57868/2