Seems confusing to have this helper when it is possible to get the system time in a type-safe way by simply calling std::chrono::system_clock::now (C++11).
This patch replaces GetTimeSeconds and removes it:
- in
bitcoin-cli.cppbysystem_clock - in
test/fuzz/fuzz.cppbysteady_clock