We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the cronexpr string as shown below.
CronExpr String: */15 * * * * *
I tried to calculate the Next Cron Time from Timestamp below.
DateTime: 2023-04-06 16:24:15.001
The result confirmed that the same time came out as below
NextTime: 2023-04-06T16:24:15
Is this result a bug?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the cronexpr string as shown below.
I tried to calculate the Next Cron Time from Timestamp below.
The result confirmed that the same time came out as below
Is this result a bug?
The text was updated successfully, but these errors were encountered: