Platform independent Date, Time & Cron Utility library
Read first: Documentation
- Written in ANSI C99
- Platform independent, easy to use
- Support for date, time and cron utilities
- Ultra-lightweight cron library for embedded systems
- Cron supports numbers only, no string dates/months, quicker parsing
- Support for
time.h
struct tm
data structure for time operations - Date and time range support with CRON syntax
- User friendly MIT license
Fresh contributions are always welcome. Simple instructions to proceed::
- Fork Github repository
- Respect C style & coding rules used by the library
- Create a pull request to develop branch with new features or bug fixes
Alternatively you may:
- Report a bug
- Ask for a feature request