Class TZDBZoneRulesCompiler.TZDBZone
java.lang.Object
javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBZone
- Enclosing class:
TZDBZoneRulesCompiler
Class representing a linked set of zone lines in the TZDB file.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) PeriodThe fixed savings amount.(package private) StringThe savings rule.(package private) ZoneOffsetThe standard offset.(package private) StringThe text name of the zone.(package private) YearThe year of the cutover.Fields inherited from class TZDBZoneRulesCompiler.TZDBMonthDayTime
adjustForwards, dayOfMonth, dayOfWeek, endOfDay, month, time, timeDefinition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) ZoneRulesBuilderaddToBuilder(ZoneRulesBuilder bld, Map<String, List<TZDBZoneRulesCompiler.TZDBRule>> rules) private LocalDateTimetoDateTime(int year) Methods inherited from class TZDBZoneRulesCompiler.TZDBMonthDayTime
adjustToFowards
-
Field Details
-
standardOffset
ZoneOffset standardOffsetThe standard offset. -
fixedSavings
Period fixedSavingsThe fixed savings amount. -
savingsRule
String savingsRuleThe savings rule. -
text
String textThe text name of the zone. -
year
Year yearThe year of the cutover.
-
-
Constructor Details
-
TZDBZone
TZDBZone()
-
-
Method Details
-
addToBuilder
ZoneRulesBuilder addToBuilder(ZoneRulesBuilder bld, Map<String, List<TZDBZoneRulesCompiler.TZDBRule>> rules) -
toDateTime
-