Hi Everyone,
I want my work benches should work between the defined dates (eg: From 1-Apr-2016 to 31-Mar-2017). If the work bench is executed after those dates (eg: 1-Apr-2017) then work bench should fail.
For this, I have defined From date with attribute creator and current date with the help of TimeStamper and downloaded DateDifferenceCalculator from store and checked the difference and it is working fine with a tester. But the problem arises when the system date is altered manually, TimeStamper is considering modified date instead of actual current date.
Does any one suggest the best alternative approach to attain even the system date has been changed manually.
Thank you in advance