Message284326
I've attached two patches that fix this behavior, one by simply foregoing the fold detection for this time range on windows (the patch that I'd argue is simpler and more readable)
And one that truncates the passed values to local to not be negative. This one would have been simple but unfortunately there's the complication that there are two local calls and additionally, the second one cannot be truncated to exactly 0 because then we incorrectly detect a fold for the timestamp 0. |
|
Date |
User |
Action |
Args |
2016-12-30 11:08:44 | ammar2 | set | recipients:
+ ammar2, tim.peters, paul.moore, belopolsky, tim.golden, r.david.murray, SilentGhost, pekka.klarck, zach.ware, steve.dower |
2016-12-30 11:08:44 | ammar2 | set | messageid: <1483096124.1.0.546168865749.issue29097@psf.upfronthosting.co.za> |
2016-12-30 11:08:44 | ammar2 | link | issue29097 messages |
2016-12-30 11:08:43 | ammar2 | create | |
|