I have an application and have used java.util.Date() function to get the current time.
Now I have a requirement to change the current date to a back date for some particular cases.
Suppose, I want to go to a back date and then do some transactions.
Is it possible to change the system time to a back date for a particular session?