# MaJerle-lwdtc
**Repository Path**: WinHZ/lwdtc
## Basic Information
- **Project Name**: MaJerle-lwdtc
- **Description**: 平台无关的日期、时间与 Cron 工具库
win32平台示例
- **Primary Language**: C
- **License**: MIT
- **Default Branch**: develop
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-02-10
- **Last Updated**: 2026-02-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 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:
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 fixes
Alternatively you may:
1. Report a bug
2. Ask for a feature request