Reduce dynamic allocation in GaudiKernel/Time.h
This changes one argument type to std::string_view
to avoid dynamic allocation. Previously a string was allocated for an assert message even when the assert did not fail.
(I happened to spot it in VTune)