Ippezrobert commented on issue #563: JdbcSupport added utility function for getting localDateTime after considering timezone of tenant URL: https://github.com/apache/fineract/pull/563#issuecomment-486644915 The manually triggered trasactions are okay as the user selects the date from the datepicker and can slect the current working date (2019-04-08) as in the above example but now the dilema is in automatice system postings like interest posting, standing order processing and all system triggered transactions in which it selects the date from https://github.com/apache/fineract/blob/67ba10fc2efaa35454b521057df32f1b583e6594/fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/service/DateUtils.java#L63 I guess the returned variable _today_ is the one the system uses as transaction date for system triggered transactions, now if so i would like the system to assign the value of this to be 2019-04-08 to the returned variable _today_ as queried from database
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
