<div>I am trying to build the v1.0.9 of the project to make a hot fix for the issue LOGBACK-782 on my fork while v_1.0.10 is not released yet:</div><div><br></div>git clone <a href="https://github.com/qos-ch/logback.git">https://github.com/qos-ch/logback.git</a><div>
cd logback</div><div>git checkout v_1.0.9</div><div>mvn clean test</div><div><br></div><div>Im getting tests failures on the core module:</div><div><div>  testDay(ch.qos.logback.core.util.TimeUtilTest): expected:<1164078000000> but was:<1164074400000></div>
<div>  testWeek(ch.qos.logback.core.util.TimeUtilTest): expected:<1164596400000> but was:<1164592800000></div><div>  testMonth(ch.qos.logback.core.util.TimeUtilTest): expected:<1164942000000> but was:<1164938400000></div>
<div>  testVaryingNumberOfDailyPeriods(ch.qos.logback.core.rolling.helper.RollingCalendarTest): p=13 expected:<1224381600000> but was:<1224385200000></div></div><div><br></div><div>If it is relevant, I am running the project on a mac<br>
</div><div><br></div><div>If this is not a know issue and need more information, let me know</div><div><br></div><div>Thanks,<br>Bruno "Polaco"</div>