DateTimeFormatter.getZone

Gets the overriding zone to be used during formatting. !(p) This returns the override zone, used to convert instants. By default, a formatter has no override zone, returning null. See {@link #withZone(ZoneId)} for more details on overriding.

@return the override zone of this formatter, null if no override

class DateTimeFormatter
getZone
()

Meta