jinzhu/now
Now is a time toolkit for golang observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 65
- 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: 4671
- days_rel: n/a
- days_push: 212
- n_releases_24m: 0
Adoption not part of the score
4700 stars · 240 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Now is a Go library providing a time toolkit for computing time boundaries (beginning/end of minute, day, week, month, quarter, year) and parsing time strings. It supports configurable week start days, time zones, and custom parse formats.
Use cases
- get the beginning of the current month in go
- parse a date string into a time.Time
- calculate end of quarter timestamps
- find next monday or sunday in golang
- compute start of week with monday as first day
- truncate a timestamp to the start of the day
When to choose
- you need convenient boundary calculations (beginning/end of periods) in Go
- you want flexible time string parsing with custom formats
- you need configurable week start day or timezone-aware calculations
When to avoid
- you only need basic time arithmetic already covered by the standard library
- you need complex calendar or recurring-event scheduling features
- you are not working in Go
Facets
library · maturity stable
date-time parser developer-tools backend go cross-platform time-toolkit time-parsing time-boundaries
1 source
- readme: https://github.com/jinzhu/now · fetched 2026-08-28 · 5f851104db32
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jinzhu/now | main | 62 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem