replace deprecated function getTimeRaw()
CRM_Utils_Time::getTimeRaw()
is deprecated and just returns the results of CRM_Utils_Time::time();
, as of this commit.
This requires Civi 5.34+ - so if that isn't a reasonable expectation right now, we can hold this open until it is.