HowardHinnant/date
A date and time library based on the C++11/14/17 <chrono> header observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 98
- Release rhythm 63
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 219
- age_days: 4065
- days_rel: 37
- days_push: 13
- n_releases_24m: 4
Adoption not part of the score
3430 stars · 739 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A C++11/14/17 date and time library built on <chrono>, providing field types like year_month_day, timezone support via a complete IANA tz database parser, and ISO week, Julian, and Islamic calendars. Its core parts were adopted into the C++20 standard.
Use cases
- parse and format dates in C++
- convert between timezones in C++
- handle daylight saving time correctly
- work with ISO week dates
- compute with leap seconds
When to choose
- you need robust date/time handling in C++ pre-C++20
- you need IANA timezone database access in C++
- you want a header-only date library
When to avoid
- you are on C++20 or later and can use std::chrono directly
- you need date/time handling in a language other than C++
Facets
library · maturity stable
date-time developer-tools cross-platform cpp cross-platform header-only chrono timezone iana-tz-database calendar c++20-chrono-preview
1 source
- readme: https://github.com/HowardHinnant/date · fetched 2026-08-28 · cb9de25e8d67
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| HowardHinnant/date | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="HowardHinnant/date")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem