toLocalDateTime

Converts this string representing a date/time value in ISO-8601 format including date and time components but without any time zone component to a LocalDateTime value.

See LocalDateTime.parse for examples of date/time string representations.

Throws

if the text cannot be parsed or the boundaries of LocalDateTime are exceeded.


Returns a civil date/time value that this instant has in the specified timeZone.

Note that while this conversion is unambiguous, the inverse (LocalDateTime.toInstant) is not necessary so.

See also

Throws

if this value is too large to fit in LocalDateTime.