Ross ROSS = Recommend OSS · open-source software intelligence for agents

JodaOrg/joda-time

Joda-Time is the widely used replacement for the Java date and time classes prior to Java SE 8. observed · 2026-08-28

github.com/JodaOrg/joda-time · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

91/100

  • Activity 94
  • Release rhythm 83
  • 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: 88
  • age_days: 5588
  • days_rel: 38
  • days_push: 38
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

4979 stars · 1022 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Joda-Time is a quality date and time library for Java, serving as the de facto standard replacement for the poor JDK date/time classes prior to Java SE 8. It provides immutable, thread-safe classes like DateTime, LocalDate, and Period, supports multiple calendar systems, and is now in maintenance mode with users encouraged to migrate to java.time (JSR-310).

Use cases

  • handle dates and times in Java before JDK 8
  • work with multiple calendar systems like Buddhist or Islamic
  • calculate differences between two dates
  • format and parse dates with time zones
  • represent dates without time or times without dates
  • handle daylight savings transitions correctly
  • support date/time on older Android API levels

When to choose

  • maintaining legacy Java codebases predating Java SE 8
  • needing calendar systems beyond Gregorian (Buddhist, Coptic, Ethiopic, Islamic)
  • supporting Android API levels below 26 where java.time is unavailable
  • requiring a proven, stable, thread-safe date/time API

When to avoid

  • starting a new project on Java SE 8 or later (use java.time instead)
  • targeting Android API 26+ (use built-in java.time)
  • needing active development or new features (project is maintenance-only)
  • willing to use ThreeTenABP backport on older Android

Facets

library · maturity maintenance

date-time parser internationalization developer-tools cross-platform jvm date-and-time calendar-systems timezone immutable thread-safe java-8-predecessor android

10 sources

Member repositories

RepositoryRoleHealth v2
JodaOrg/joda-timemain91

For agents

markdown · JSON · MCP: product_card(name="JodaOrg/joda-time")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem