public interface ZoneStrategy
| Modifier and Type | Method and Description |
|---|---|
ZoneId |
getZoneId()
Return the ZoneId to use for formatting a java.time object, when no zone information exists on object and are
not given as a parameter.
|
ZoneId |
getZoneId(ZoneId input)
Return the ZoneId to use for formatting a java.time object.
|
ZoneId getZoneId(ZoneId input)
input - The current ZoneId provided by a java.time object or method parameter.ZoneId that should be used for formatting the ZonedDateTime object.Copyright © 2022. All rights reserved.