Package | Description |
---|---|
org.joda.time.tz |
Implementation package supporting the time zones.
|
Modifier and Type | Method and Description |
---|---|
DateTimeZoneBuilder |
DateTimeZoneBuilder.addCutover(int year,
char mode,
int monthOfYear,
int dayOfMonth,
int dayOfWeek,
boolean advanceDayOfWeek,
int millisOfDay)
Adds a cutover for added rules.
|
DateTimeZoneBuilder |
DateTimeZoneBuilder.addRecurringSavings(java.lang.String nameKey,
int saveMillis,
int fromYear,
int toYear,
char mode,
int monthOfYear,
int dayOfMonth,
int dayOfWeek,
boolean advanceDayOfWeek,
int millisOfDay)
Add a recurring daylight saving time rule.
|
DateTimeZoneBuilder |
DateTimeZoneBuilder.setFixedSavings(java.lang.String nameKey,
int saveMillis)
Set a fixed savings rule at the cutover.
|
DateTimeZoneBuilder |
DateTimeZoneBuilder.setStandardOffset(int standardOffset)
Sets the standard offset to use for newly added rules until the next
cutover is added.
|
Modifier and Type | Method and Description |
---|---|
void |
ZoneInfoCompiler.DateTimeOfYear.addCutover(DateTimeZoneBuilder builder,
int year)
Adds a cutover to the builder.
|
void |
ZoneInfoCompiler.Rule.addRecurring(DateTimeZoneBuilder builder,
java.lang.String nameFormat)
Adds a recurring savings rule to the builder.
|
void |
ZoneInfoCompiler.RuleSet.addRecurring(DateTimeZoneBuilder builder,
java.lang.String nameFormat)
Adds recurring savings rules to the builder.
|
void |
ZoneInfoCompiler.DateTimeOfYear.addRecurring(DateTimeZoneBuilder builder,
java.lang.String nameKey,
int saveMillis,
int fromYear,
int toYear)
Adds a recurring savings rule to the builder.
|
void |
ZoneInfoCompiler.Zone.addToBuilder(DateTimeZoneBuilder builder,
java.util.Map<java.lang.String,ZoneInfoCompiler.RuleSet> ruleSets)
Adds zone info to the builder.
|
private static void |
ZoneInfoCompiler.Zone.addToBuilder(ZoneInfoCompiler.Zone zone,
DateTimeZoneBuilder builder,
java.util.Map<java.lang.String,ZoneInfoCompiler.RuleSet> ruleSets) |
private void |
ZoneInfoCompiler.writeZone(java.io.File outputDir,
DateTimeZoneBuilder builder,
DateTimeZone tz) |