Question
Merkle EMEA
ES
Last activity: 10 Jan 2022 4:06 EST
Test actions bypassing system date
I'm trying to unit test some actions which includes rules who uses the system date (concretly, one rule specifies that one action can only run on the third Wednesday of the month, and it uses the function CurrentDateTime() to retrieve the date).
Is there any way I can provide a fictional date just for testing purposes without modifying the JVM date (which I can't) to made the action being triggered on a different date?