Details
Description
createPartyContactMechPurpose service doesn't allow the fromDate to be specified; in the java code, it is hard-coded to always call UtilDateTime.nowTimestamp().
I've got an importer, that does a lot of things. I save the current time at the start of the script, then use that same time in all parts, so that all the date filter is consistent. The above bug keeps me from having consistent data.