History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QUARTZ-328
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: James House
Reporter: Jasper Rosenberg
Votes: 0
Watchers: 2
Operations

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

NthIncludedDayTrigger should support timezone

Created: 21/Feb/06 04:03 PM   Updated: 24/Dec/07 01:30 AM
Component/s: Triggers
Affects Version/s: 1.5.2
Fix Version/s: 1.6


 Description  « Hide
getWeeklyFireTimeAfter/getMonthlyFireTimeAfter/getYearlyFireTimeAfter() should all pass a timezone to Calendar.getInstance()

Trigger can support setter/getter as well as optional constructor argument if it makes sense.

Based on this forum discussion: http://forums.opensymphony.com/thread.jspa?forumID=11&threadID=18856

 All   Comments   Change History      Sort Order:
Jasper Rosenberg - [27/Mar/06 09:56 AM ]
Only added set/getter since there were no default constructors for other required properties.

Also added unit test to verify serialization backwards compatibility and test the timezone behavior.