Use libraries in org.isf.utils.time.TimeTools class for convenients methods like

The aim of this class is to standardize the way of managing dates and times within the whole application.

Important: getNow() methods should be used in place of standard LocalDateTime.now() because it forces time precision to SECONDS, regardless the JDK version and OS type (Linux, Windows, Mac they may provide different system clock precisions)