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
The cron expression being passed in is a valid expression. cRonstrue does not validate expressions and assumes the one you pass is already valid. See the FAQ for more details.
The text was updated successfully, but these errors were encountered:
Cron Expression
1 1 3 * 3
Expected Output
"在上午 01:01, 限每月 3 号, 或星期三"
Actual Output
"在上午 01:01, 限每月 3 号, 并且为星期三"
Prerequisites
The text was updated successfully, but these errors were encountered: