The ISO date formatter that formats or parses a date with an
offset, such as '2011-12-03+01:00'.
!(p)
This returns an immutable formatter capable of formatting and parsing
the ISO-8601 extended offset date format.
The format consists of:
!(ul)
!(li)The {@link #ISO_LOCAL_DATE}
!(li)The {@link ZoneOffset#getId() offset ID}. If the offset has seconds then
they will be handled even though this is not part of the ISO-8601 standard.
Parsing is case insensitive.
</ul>
!(p)
The returned formatter has a chronology of ISO set to ensure dates _in
other calendar systems are correctly converted.
It has no override zone and uses the {@link ResolverStyle#STRICT STRICT} resolver style.
The ISO date formatter that formats or parses a date with an offset, such as '2011-12-03+01:00'. !(p) This returns an immutable formatter capable of formatting and parsing the ISO-8601 extended offset date format. The format consists of: !(ul) !(li)The {@link #ISO_LOCAL_DATE} !(li)The {@link ZoneOffset#getId() offset ID}. If the offset has seconds then they will be handled even though this is not part of the ISO-8601 standard. Parsing is case insensitive. </ul> !(p) The returned formatter has a chronology of ISO set to ensure dates _in other calendar systems are correctly converted. It has no override zone and uses the {@link ResolverStyle#STRICT STRICT} resolver style.