You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2020/09/27 18:10:37 UTC

[GitHub] [fineract] percyashu commented on pull request #1179: FINERACT-826 Migrate to java.time from Joda API

percyashu commented on pull request #1179:
URL: https://github.com/apache/fineract/pull/1179#issuecomment-699668368


   @ptuomola Yeah java.time is stricter on date format, I noticed this during the migration. 
   
   > The PR fixes this by changing every date in the tests to be 01 etc 
   
   Actually the PR doesn't fixes this in that way. I resolved the issue by making use of parseLenient(). So even with 0 the date can still be parsed.
   I just added the 0 since they weren't  that many in the ITs. 


----------------------------------------------------------------
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:
users@infra.apache.org