Skip to content

replace deprecated function getTimeRaw()

JonGold requested to merge JonGold/civirules:deprecated-rawtime into master

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.

Merge request reports