sebdotv opened SPR-9459 and commented
If using an expression containing seconds like "*/15 * 1-4 * * *", CronSequenceGenerator will compute the following next dates:
- from 01-june-2012 9:53:50 -> the next day at 1:00:00, which is correct
- from 01-june-2012 9:53:00 -> the next day at 1:00:15, which is not the earliest possible schedule (above)
Corresponding test case attached.
Affects: 3.1.1
Attachments:
Issue Links: