| Class | Description |
|---|---|
| DateUtils |
A replacement for android.text.format.DateUtils that uses Joda-Time classes.
|
| JodaTimeAndroid |
Provides a method to initialize the
ResourceZoneInfoProvider
and register a TimeZoneChangedReceiver to receive
android.intent.action.TIMEZONE_CHANGED broadcasts while the application
process is running. |
| ResourceZoneInfoProvider |
A version of ZoneInfoProvider that loads its data from
Android resources.
|
| ResUtils |
Utilities for translating the normal output of ZoneInfoCompiler/
ZoneInfoProvider into the raw resources for Android
|
| TimeZoneChangedReceiver |
Listens for android.intent.action.TIMEZONE_CHANGED and adjusts
default DateTimeZone as necessary.
|