HangfireIO/Cronos
A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 79
- Release rhythm 69
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 85
- age_days: 3521
- days_rel: 126
- days_push: 126
- n_releases_24m: 6
Adoption not part of the score
1191 stars · 134 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Cronos is a .NET library for parsing Cron expressions and calculating their next occurrences. It handles time zones and daylight saving time transitions correctly, matching the behavior of *nix Cron, but does not include a job scheduler itself.
Use cases
- parse cron expressions in .NET
- calculate next occurrence of a cron schedule
- handle cron schedules across time zones
- handle daylight saving time transitions in scheduled jobs
- validate user-provided cron expressions
- compute cron schedule occurrences without a full scheduler
When to choose
- you need cron expression parsing and occurrence calculation in a .NET application
- correct time zone and DST handling is important for your schedules
- you want support for non-standard cron characters like L, W, #, and H
- you are building your own scheduler and need a reliable cron engine
When to avoid
- you need a full task or job scheduler, not just cron parsing
- you need Quartz.NET-style cron syntax compatibility with OR day matching
- your project is not on the .NET platform
Facets
library · maturity stable
parser scheduling date-time developer-tools backend dotnet cross-platform cron-expressions time-zones daylight-saving-time scheduler-utility automation
1 source
- readme: https://github.com/HangfireIO/Cronos · fetched 2026-08-28 · 20c0b66865e5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| HangfireIO/Cronos | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="HangfireIO/Cronos")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem