public ZonedDateTime toZonedDateTime ()

Converts this date-time to a ZonedDateTime using the offset as the zone ID.

This creates the simplest possible ZonedDateTime using the offset as the zone ID.

To control the time-zone used, see atZoneSameInstant(ZoneId) and atZoneSimilarLocal(ZoneId).

Returns:  a zoned date-time representing the same local date-time and offset, not null