Hi Thomas,
We tried the Job Scheduler and it works great. Now we have some questions regarding the syntax of the scheduler.
Take following example from the developer guide,
2013 * * fri 12 0 0
Run the job every Friday in 2013 at 12:00.
1. All the date/time specified are interpreted as UTC time, right? Is there anyway to specify the time zone or specify the time as local time?
2. Is there any API to verify the validity of the input string? e.g. "2013 02 31 fri 12 0 0".
Thanks a lot.
Levy