Tanggal Java Tambahkan Jam

LocalDateTime dateTime=LocalDateTime.now();//or whatever
dateTime.addHours(2);
dan1st