Lightweight Date, Time & Cron
Platform independent Date, Time & Cron Utility library
Features
- Written in C (C11)
- 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
Contribute
Fresh contributions are always welcome. Simple instructions to proceed:
- Fork Github repository
- Follow C style & coding rules already used in the project
- Create a pull request to develop branch with new features or bug fixes
Alternatively you may:
- Report a bug
- Ask for a feature request