Package javax.time.calendar.zone
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) Period
The fixed savings amount.(package private) String
The savings rule.(package private) ZoneOffset
The standard offset.(package private) String
The text name of the zone.(package private) Year
The year of the cutover.Fields inherited from class javax.time.calendar.zone.TZDBZoneRulesCompiler.TZDBMonthDayTime
adjustForwards, dayOfMonth, dayOfWeek, endOfDay, month, time, timeDefinition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) ZoneRulesBuilder
addToBuilder
(ZoneRulesBuilder bld, Map<String, List<TZDBZoneRulesCompiler.TZDBRule>> rules) private LocalDateTime
toDateTime
(int year) Methods inherited from class javax.time.calendar.zone.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
-