public LocalDateTime minusNanos (long nanos)

Returns a copy of this LocalDateTime with the specified number of nanoseconds subtracted.

This instance is immutable and unaffected by this method call.

Parameters:
nanos    the nanos to subtract, may be negative

Returns:  a LocalDateTime based on this date-time with the nanoseconds subtracted, not null

Exceptions:
DateTimeException    if the result exceeds the supported date range