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
unix epoch time: 1585398600 Saturday, March 28, 2020 2:30:00 PM GMT+02:00
rule: 0 30 14 * * *
using that time, next time returns the same time, it's probably related with the daylight time saving of next day change.
The text was updated successfully, but these errors were encountered:
This code fails:
time_t now = 1585398600; // Saturday, March 28, 2020 2:30:00 PM GMT+02:00 std::string expr = "0 30 14 * * *"; cron::cronexpr exp = cron::make_cron(expr); time_t next = cron::cron_next(exp, now); REQUIRE(next > now);
Sorry, something went wrong.
mariusbancila
No branches or pull requests
unix epoch time: 1585398600
Saturday, March 28, 2020 2:30:00 PM GMT+02:00
rule: 0 30 14 * * *
using that time, next time returns the same time, it's probably related with the daylight time saving of next day change.
The text was updated successfully, but these errors were encountered: