Is it possible to change how a Quartz scheduler decides what the current time is?
I am developing a service-based application, including a time service that is responsible for providing the current time on demand (so that we can control the current time for testing purposes).
Our scheduling service uses Quartz under the hood. It would be nice for scheduling to respect the 'correct' current time when under test, rather than the time as determined by System.currentTimeMillis() or similar.
(I think that the answer to this question might suggest that I can't do this, but I hope that I'm wrong...)
I'm using Quartz version 2.0.0.