Java ZonedDateTime minusMinutes() Method
The minusMinutes() method in Java, part of the java.time.ZonedDateTime class, returns a copy of this ZonedDateTime with the specified number of minutes subtracted. This method is useful for performing date-time arithmetic, such as calculating a date-time a certain number of minutes in the past.