marta-jankovics commented on code in PR #3409:
URL: https://github.com/apache/fineract/pull/3409#discussion_r1311811466


##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/service/DateUtils.java:
##########
@@ -78,6 +79,14 @@ public static LocalDateTime getLocalDateTimeOfSystem() {
         return 
LocalDateTime.now(ZoneId.systemDefault()).truncatedTo(ChronoUnit.SECONDS);
     }
 
+    public static LocalDateTime getAuditLocalDateTime() {

Review Comment:
   This change belongs to this PR as I already use it for the datatables.
   I suggested to create this method and use it all over the application 
instead of the system time, even if it does not cause any problem for now, 
because of the current server settings.
   This should be done by a separate request, separate story, separate PR. For 
now I introduced these methods and will use for datatables and savings related 
entities. Savings changes will come with the next PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to