I am trying to define a Cron Trigger for a job in Quartz.NET 2.0
I see that the XML file format now supports <time-zone> element.
What format should I use for the time zone? I couldn’t find any reference for that.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Quartz uses the following code to resolve time zone:
From
XMLSchedulingDataProcessorclass, seeTimeZoneInfo.FindSystemTimeZoneById(). The same functionality in Java version of Quartz scheduler uses: