A DESCRIPTION OF THE PROBLEM :
the value "13:45.30.123456789+02:00" can be stored in an OffsetTime.
should be
the value "13:45:30.123456789+02:00" can be stored in an OffsetTime.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
l
the value "13:45:30.123456789+02:00" can be stored in an OffsetTime.
ACTUAL -
the value "13:45.30.123456789+02:00" can be stored in an OffsetTime.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/time/OffsetTime.html
the value "13:45.30.123456789+02:00" can be stored in an OffsetTime.
should be
the value "13:45:30.123456789+02:00" can be stored in an OffsetTime.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
l
the value "13:45:30.123456789+02:00" can be stored in an OffsetTime.
ACTUAL -
the value "13:45.30.123456789+02:00" can be stored in an OffsetTime.
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/time/OffsetTime.html