
How often file dates are different only because of seconds missing or by a "costant" number of hours?

This happen very often to me and I almost every time I need to disable the date check: but I then need to do a full content compare and it is a lot time consuming (sometime I don't have the content: e.g: I'm comparing with a temp panel that loaded a windir from a non connectable machine


1) ignore seconds
2) ignore 1 hour or exact multiplier of difference between dates (this is the simpler one, but it would be cool to have a dropdown with the expected difference "-6 hour" for example)