Package | Description |
---|---|
org.joda.time |
Provides support for dates, times, time zones, durations, intervals, and
partials.
|
org.joda.time.tz |
Implementation package supporting the time zones.
|
Modifier and Type | Method | Description |
---|---|---|
static Provider |
DateTimeZone.getProvider() |
Gets the zone provider factory.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
DateTimeZone.setProvider(Provider provider) |
Sets the zone provider factory.
|
Modifier and Type | Class | Description |
---|---|---|
class |
UTCProvider |
Simple time zone provider that supports only UTC.
|
class |
ZoneInfoProvider |
ZoneInfoProvider loads compiled data files as generated by
ZoneInfoCompiler . |
Copyright (c) 2001-2006 - Joda.org