Skip to content

issues Search Results · repo:staticlibs/ccronexpr language:C

Filter by

19 results
 (84 ms)

19 results

instaticlibs/ccronexpr (press backspace or delete to remove)

Hello, I made a fork of this library to write a supertinycron tool: git@github.com:exander77/supertinycron.git I extended the library for expressions described here: https://www.javadoc.io/doc/org.quartz-scheduler/quartz/latest/org/quartz/CronExpression.html ...
  • exander77
  • 3
  • Opened 
    on Sep 5, 2023
  • #37

Issue occurs in final month Example: Expression: 0 0 17 16 * * image Example correct result: Expression: 0 0 17 16 * * Current time: 2023-12-16 17:00:00
  • Akery
  • 2
  • Opened 
    on Dec 16, 2022
  • #36

Hello, i ve found a potential bug in the cron implementation. The following test demonstrates the issue: // Asserts: Expected next match: 2022-11-01_00:00:00 , actual next match: 2022-12-01_00:00:00 ...
  • ghseb
  • 6
  • Opened 
    on Nov 7, 2022
  • #35

Like specified here: http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html We will need an implementation that supports L and W characters. We might schedule it for internal ...
  • niondir
  • 2
  • Opened 
    on Mar 29, 2022
  • #34

[2021-06-07 15:18:00.994] In file included from jni/../../../ccronexpr.h:37: 909[2021-06-07 15:18:00.994] D:/android-ndk/android-ndk-r20b/build//../toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include\time64.h:36:2: ...
  • BIGGIE27
  • 2
  • Opened 
    on Jun 7, 2021
  • #33

cron_prev function infinite loop on 29 February. Issue occurs in non leap years. Example infinite loop: Expression: * * * 29 2 * Current time: 2021-12-7 12:00:00 Example correct result: Expression: * ...
  • JJM1987
  • 6
  • Opened 
    on Dec 7, 2020
  • #32

Hi there thanks for this work! It would be great to add support for SAMD21 arduino family, like mkr nb 1500, mkr GSM 1400, mkr wifi 1010 and so on.. In my opinion the following change would be enough: ...
  • FedeBev
  • 2
  • Opened 
    on Jun 11, 2020
  • #31

At this moment I really have no idea where it could be. I have narrowed it down to calling the cron_next. The used cron_expr is every time the same. I m running this code on an ESP8266, using the esp8266/Arduino ...
  • TD-er
  • 11
  • Opened 
    on Feb 27, 2020
  • #28

the next day of expression 0 15 10 ? * 6#3 is error
  • xunmenging
  • 4
  • Opened 
    on Nov 15, 2019
  • #26

Dear Alex, Thank you for programming this library. I just created a pull request to allow compilation for AVR and ESP8266 (https://github.com/staticlibs/ccronexpr/pull/24). The code for the time conversion ...
  • Martin-Laclaustra
  • 4
  • Opened 
    on Apr 25, 2019
  • #25
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub