Hi. I found another place requiring small changes:
Time is always supposed to go forward, so the message about changed packages should be more like this: - print( - "the following packages differ between the last good and " - "first bad timestamp:" - ) + order1, order2 = ("bad", "good") if staticargs.reverse else ("good", "bad") + print(f"the following packages differ between the last {order1} and first {order2} timestamp:") and the output which follows should also be changed because otherwise this is what it may happen: libgsettings-qt-dev:amd64 1.0.0-2 -> 1.0.0-1+b1 libgsettings-qt1:amd64 1.0.0-2 -> 1.0.0-1+b1 linux-libc-dev 6.12.17-1 -> 6.12.16-1 that's weird because the arrow (->) represents time which is better to consider as always going forward. Thanks.