aweary/tinytime
⏰ A straightforward date and time formatter in <1kb observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: n/a
- age_days: 3513
- days_rel: n/a
- days_push: 1329
- n_releases_24m: 0
Adoption not part of the score
1323 stars · 38 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Tinytime is an ultra-small (<1kb) JavaScript date and time formatting library that uses template strings with substitution tokens. It parses templates into an AST once so repeated renders are efficient.
Use cases
- format dates in javascript with a tiny library
- render timestamps in react components efficiently
- format time as h:mm:ss AM/PM
- lightweight alternative to moment.js for date formatting
- display formatted dates from template strings
When to choose
- you need simple date/time formatting with a minimal bundle size
- you render the same date template many times and want cached parsing
- you want a moment.js alternative without heavy dependencies
When to avoid
- you need locale-aware or internationalized date formatting
- you need date manipulation, parsing, or timezone conversion
- you need relative time like '3 days ago'
Facets
library · maturity maintenance
date-time templating developer-tools web-development frontend browser date-formatting tiny-library template-compiler zero-dependency javascript nodejs
1 source
- readme: https://github.com/aweary/tinytime · fetched 2026-08-28 · 5b0b50a462d0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aweary/tinytime | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem