Hi,
We have updated time using Clock and Offset methods in Java. I want my Java Application which has Quartz scheduler to fire messages at a specific time to run at the updated Time ultimately we want to believe the Quartz Scheduler believe that the actual time is the updated time

For Example
if the current time was 11:00 we want our Application and Quartz to believe that the current time is 09:00 .We have used Clock Offset methods for changing the time to 09:00 but what I need is to Application believes that current time is to 09:00

Can we Achieve this using Java?
Thanks In Advance!

Regards
Narasimha.