ZoneOffsetTransitionRule getStandardOffset() method in Java with Example
The getStandardOffset() method of java.time.zone.ZoneOffsetTransitionRule class is used to get the object of standard Zone offset with respect to which the transition took place. Syntax: public ZoneOffset getStandardOffset() Parameter: this method does not accept any parameter. Return Value: This me