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

JakeWharton/ThreeTenABP

An adaptation of the JSR-310 backport for Android. observed · 2026-08-28

github.com/JakeWharton/ThreeTenABP · Java · Apache-2.0 (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 38
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

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: 4079
  • days_rel: n/a
  • days_push: 376
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3542 stars · 140 forks observed · 2026-08-28

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

An Android adaptation of the JSR-310 (java.time) backport that loads timezone data efficiently from Android assets instead of JAR resources. Development has concluded in favor of java.time with core library desugaring.

Use cases

  • use java.time API on old Android versions
  • avoid slow timezone loading from ThreeTenBP on Android
  • replace Date and Calendar with modern date-time API
  • reduce method count compared to Joda-Time
  • initialize timezone data in an Android app

When to choose

  • maintaining a legacy Android project with minSdk below 26 that cannot use desugaring
  • existing codebase already depends on ThreeTenABP

When to avoid

  • starting a new Android project (use java.time with core library desugaring)
  • minSdk 26+ where java.time is available natively
  • non-Android Java projects (use ThreeTenBP instead)

Facets

library · maturity maintenance

date-time android-tools developer-tools jvm jsr-310 java-time timezone backport deprecated-in-favor-of-desugaring android

1 source

Member repositories

RepositoryRoleHealth v2
JakeWharton/ThreeTenABPmain10

For agents

markdown · JSON · MCP: product_card(name="JakeWharton/ThreeTenABP")

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