# dlew/joda-time-android

Joda-Time library with Android specialization

Repository: https://github.com/dlew/joda-time-android
Canonical: https://ross.abutalabs.com/products/joda-time-android
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2026-07-20T19:17:23+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 93, release rhythm 81, longevity 100
- inputs: {"age_days": 4620, "days_push": 44, "days_rel": 44, "gap_med": 81.5, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2614, forks 182 (observed 2026-08-28T04:07:04.555748+00:00)

## What it is
An Android-optimized port of the Joda-Time date/time library that fixes memory issues and allows shipping up-to-date timezone data independently of OS updates. It is now in maintenance mode, receiving only tzdb updates, as the author recommends java.time with desugaring instead.

## Use cases
- handle dates and times on Android without stale timezone data
- avoid Joda-Time's memory footprint problem on Android
- update timezone data in an Android app without an OS update
- use Joda-Time API in an Android project
- format dates with Android-style DateUtils utilities

## When to choose
- your project already uses Joda-Time and can't migrate to java.time
- you need current timezone data on devices with outdated OS tz databases

## When to avoid
- starting a new Android project - use java.time with desugaring instead
- you don't need updatable timezone data

## Facets
- artifact type: library
- maturity: maintenance
- function: date-time
- domain: mobile-development, developer-tools
- platform: jvm
- tags: joda-time, timezone-data, android-library, datetime, android

## Member repositories
- dlew/joda-time-android (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:04.555748+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:20:34.125504+00:00, confidence not recorded.
  - readme: https://github.com/dlew/joda-time-android (fetched 2026-08-28T04:07:04.555748+00:00, sha cbae51db7ba5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
