@drewski7 You are looking for something like this, for "yesterday":
${now():minus(86400000):format('MM-dd-yyyy hh:mm:ss') }
Then change 24 hours to 10 hours and add not reduce:
${now():plus(36000000):format('MM-dd-yyyy hh:mm:ss') }
Let me know if this adapts to fit your use case!