Avoid time-based "non-determinism" in fuzzing harnesses by using mocked GetTime().
Prior to this commit the fuzzing harnesses banman, connman, net and rbf had time-based "non-determinism". addrman is fixed in #20425. process_message and process_messages are left to fix: simply using mock time is not enough for them due to interaction with IsInitialBlockDownload().
See doc/fuzzing.md for information on how to fuzz Bitcoin Core. Don't forget to contribute any coverage increasing inputs you find to the Bitcoin Core fuzzing corpus repo.
Happy fuzzing :)