Is there a way to apply magic dates (doDateDeltaFromCurrent) for an epoch time (Unix time) format? Have a VS response that sends back a timestamp in epoch format and need to send the current DateTime stamp.
All supported DevTest releases.
If it is the current timestamp that need to be sent (so, no delta) then put the following in the responses:
{{=java.time.Instant.now().toEpochMilli();}}