Joda Time API

Package org.joda.time.tz

Time zone implementation

See:
          Description

Interface Summary
NameProvider Service provider factory for localized time zone names.
Provider Service provider factory for time zones.
 

Class Summary
CachedDateTimeZone Improves the performance of requesting time zone offsets and name keys by caching the results.
DateTimeZoneBuilder DateTimeZoneBuilder allows complex DateTimeZones to be constructed.
DefaultNameProvider The default name provider acquires localized names from java.text.DateFormatSymbols.
FixedDateTimeZone Basic DateTimeZone implementation that has a fixed name key and offsets.
ZoneInfoCompiler Compiles Olson ZoneInfo database files into binary files for each time zone in the database.
ZoneInfoProvider ZoneInfoProvider loads compiled data files as generated by ZoneInfoCompiler.
 

Package org.joda.time.tz Description

Time zone implementation

This package contains classes used to implement time zones. DateTimeZone uses these classes for supporting time zones, but most applications need not use them directly.


Joda Time API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.