plus() method of a ChronoZonedDateTime class is used to Returns a copy of this date-time with the specified amount of unit added.If it is not possible to add the amount, because the unit is not supported or for some other reason, an exception is thrown. Syntax:  default ChronoZonedDateTime plus(long amountToSubtract, TemporalUnit unit) Parameters: This method […]
https://neveropen.tech/chronozoneddatetime-plus-long-temporalunit-method-in-java-with-examples-2/?fsp_sid=121191