You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by Ádám Sághy <ad...@gmail.com> on 2022/07/27 12:09:52 UTC

FINERACT-1672 - Fix inconsistent Date and Date time handling

Hi Community,

I have created a story to address the above Date and Date time handling inconsistency: https://issues.apache.org/jira/browse/FINERACT-1672 <https://issues.apache.org/jira/browse/FINERACT-1672>

In short I have collected some fields which - mostly - in the DB having DATETIME type, but at JPA side it was always used as Date with TemporalType.DATE, which means the time part was truncated.

 I am about to “fix” it and change the DATETIME type to DATE for those fields.

I wanna ask your help to review that listed fields and let me know if i am wrong about to make them DATE.

Regards,
Adam