This commit is contained in:
Looly 2024-03-29 02:26:51 +08:00
parent d0c7b19369
commit 69b3138b1b

View File

@ -21,6 +21,8 @@ import java.util.Calendar;
public class IssueI92H5HTest {
@Test
void nextMatchAfterTest() {
// TODO 待解决
// 匹配所有月返回下一月
final DateTime date = DateUtil.parse("2022-04-08 07:44:16");
final CronPattern pattern = new CronPattern("0 0 0 L 2 ?");