Hi,
I am using a Quartz Cron trigger in my java program. The Cron expression I used is 0 0 * * * ?
Now I wanted a scheduler to execute once an hour. To test the same started my jboss server and after that I reset my windows time to something like 5:59:45 and at 6:00:00 the scheduler did not fire.
Now the next time I first adjusted the time to say 5:55:00 and then I started the server and lo the scheduler fired at 6:00:00.
Does the server or scheduler maintain time internally, of course initialized with system timing initially ??