Issue Details (XML | Word | Printable)

Key: QRTZNET-152
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Marko Lahma
Reporter: Jeroen van Onzen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Quartz.NET

Nearest weekday 'W' expression does not work correctly in CronTrigger

Created: 26/Feb/09 09:20 AM   Updated: 07/Mar/09 03:18 PM
Component/s: Triggers
Affects Version/s: 1.0
Fix Version/s: 1.0.1, 1.2


 Description  « Hide
I am currently using version 1.0.0.2 of the excellent Quartz-product.
I just have a problem with one single trigger of mine.
0 5 13 5W 1-12 ?
This trigger is suppose to run on 13:05.00 on the First Weekday of
every month. It runs exactly on that moment. But it fires every 100 ms
after the first event. Even when the application (with a quartz.net
scheduler) is started after 13:05.00, it starts running every 100 ms.




 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Marko Lahma added a comment - 07/Mar/09 03:18 PM
Thanks for reporting this, this was a bug in datetime comparison (wrong time zone) and is now fixed in trunk. I would appreciate if you could give it a whirl and test whether it now works as you would expect.