https://github.com/majerle/lwdtc
Lightweight date, time & cron utilities for embedded systems
https://github.com/majerle/lwdtc
cron cronjob date datetime range time
Last synced: 2 months ago
JSON representation
Lightweight date, time & cron utilities for embedded systems
- Host: GitHub
- URL: https://github.com/majerle/lwdtc
- Owner: MaJerle
- License: mit
- Created: 2022-01-30T20:26:18.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-30T17:37:45.000Z (3 months ago)
- Last Synced: 2025-04-12T21:12:20.796Z (2 months ago)
- Topics: cron, cronjob, date, datetime, range, time
- Language: C
- Homepage: https://docs.majerle.eu/projects/lwdtc/en/latest/
- Size: 238 KB
- Stars: 40
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Lightweight Date, Time & Cron
Platform independent Date, Time & Cron Utility library
Read first: Documentation
## 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:
1. Fork Github repository
2. Follow [C style & coding rules](https://github.com/MaJerle/c-code-style) already used in the project
3. Create a pull request to develop branch with new features or bug fixesAlternatively you may:
1. Report a bug
2. Ask for a feature request