**[sebdotv](https://jira.spring.io/secure/ViewProfile.jspa?name=sebdotv)** opened **[SPR-9459](https://jira.spring.io/browse/SPR-9459?redirect=false)** 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:** - [CronSequenceGeneratorTest.java](https://jira.spring.io/secure/attachment/19788/CronSequenceGeneratorTest.java) (_1.10 kB_) **Issue Links:** - #11525 Scheduled tasks seem to run twice - #19158 CronSequenceGenerator.next() is not implemented as documented