README.md in fugit-1.4.5 vs README.md in fugit-1.5.0
- old
+ new
@@ -136,9 +136,11 @@
'0 0 -7-L * *' # from the seventh to last to the last day of month at 00:00
# and more...
```
+Please note that `'15/30 * * * *'` is interpreted as `'15-59/30 * * * *'` since fugit 1.4.6.
+
### the first Monday of the month
Fugit tries to follow the `man 5 crontab` documentation.
There is a surprising thing about this canon, all the columns are joined by ANDs, except for monthday and weekday which are joined together by OR if they are both set (they are not `*`).