mojombo/chronic
Chronic is a pure Ruby natural language date parser. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 6791
- days_rel: n/a
- days_push: 1070
- n_releases_24m: 0
Adoption not part of the score
3254 stars · 449 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Chronic is a pure Ruby natural language date and time parser that converts phrases like 'tomorrow at 6:45pm' or '3rd wednesday in november' into Time objects or time spans. It handles a wide variety of formats, abbreviations, misspellings, and configurable options like endian precedence and ambiguous time ranges.
Use cases
- parse natural language dates like 'tomorrow' or 'next friday' in ruby
- convert user-typed date strings into time objects
- parse phrases like '3 hours ago' or 'next month' into timestamps
- handle flexible date input in scheduling apps
- parse ambiguous date formats with endian precedence control
When to choose
- you need to parse human-written date/time phrases in a Ruby project
- users supply free-form dates like 'next tuesday 5pm' that must be interpreted
- you want a pure Ruby gem with no native dependencies
When to avoid
- you need parsing in a non-Ruby language
- you only need to parse strict machine formats like ISO 8601 (use standard date libraries)
- you need actively developed features or recent bug fixes
Facets
library · maturity maintenance
parser date-time nlp developer-tools web-development ruby cross-platform date-parsing natural-language-dates time-parsing ruby-gem natural-language-processing
1 source
- readme: https://github.com/mojombo/chronic · fetched 2026-08-28 · 1092966cf156
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mojombo/chronic | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem