DateTimeFormatterBuilder.appendOffsetId

Appends the zone offset, such as '+01:00', to the formatter. !(p) This appends an instruction to format/parse the offset ID to the builder. This is equivalent to calling {@code appendOffset("+HH:mm:ss", "Z")}. See {@link #appendOffset(string, string)} for details on formatting and parsing.

@return this, for chaining, not null

class DateTimeFormatterBuilder
appendOffsetId
()

Meta