Hi
I am using quartz in my project and have one cron job. The cron expression I give the trigger (CronTrigger) as the running parameter is alighnt with the pc's hardware clock. Any ideas how to tell the job to look at the software clock instead ?
For instance I have a Job running for a year , and the it runs exactly at 10pm, and someday we switch to summer time , I would like the cron job to be automatically updated.
Roman