You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Now we are developing a new generation of cron-descriptors using neural-translat
50
50
*[Quartz](http://quartz-scheduler.org/)
51
51
*[Spring](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/scheduling/support/CronExpression.html). We support two definitions: prior to v5.3 and [from v5.3 onwards](https://spring.io/blog/2020/11/10/new-in-spring-5-3-improved-cron-expressions).
52
52
* Obtain last/next execution time as well as time from last execution/time to next execution.
53
-
* Compute the number of executions between two days, and compare crons based on execution frequencies between two dates
53
+
* Compute the number of executions between two days, and compare crons based on their execution frequencies
54
54
* Obtain weekdays count between two dates, considering different weekend policies as well as holidays.
55
55
* Need to map constants between different cron/time libraries? Use ConstantsMapper.
0 commit comments