-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
8u40
-
x86
-
windows_8
A DESCRIPTION OF THE PROBLEM :
The page contains the line:
Either a ZonedDateTime or an OffsetTimeZone object can be converted [...]
but this should be:
Either a ZonedDateTime or an OffsetDateTime object can be converted [...]
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
OffsetDateTime
ACTUAL -
OffsetTimeZone
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/tutorial/datetime/iso/instant.html
The page contains the line:
Either a ZonedDateTime or an OffsetTimeZone object can be converted [...]
but this should be:
Either a ZonedDateTime or an OffsetDateTime object can be converted [...]
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
OffsetDateTime
ACTUAL -
OffsetTimeZone
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/tutorial/datetime/iso/instant.html