The javadoc for org.joda.time.format.ISODateTimeFormat.dateTime()
is:
Returns a formatter that combines a full date and time, separated by a
'T'
(yyyy-MM-dd'T'HH:mm:ss.SSSZZ
). The time zone offset is'Z'
for zero, and of the form'±HH:mm'
for non-zero.
It is not clear to me where the word 'zero' is pointing at/to. Zero where or what? Is it me or is this sentence unclear?