navtej21 opened a new pull request, #6490:
URL: https://github.com/apache/fineract/pull/6490

   ## Description
   
   JIRA: https://issues.apache.org/jira/browse/FINERACT-2848
   
   The Quick Start's documented PostgreSQL setup (`postgres:18.3` + `./gradlew 
createPGDB`) fails on JVMs whose default timezone is a deprecated IANA zone 
name, e.g. Java on Windows with India regional settings reporting 
`Asia/Calcutta`:
   
       FATAL: invalid value for parameter "TimeZone": "Asia/Calcutta"
   
   This adds a short note to the Quick Start prerequisites explaining the 
failure and the `-Duser.timezone` workaround. Documentation-only; no code 
changes.
   
   Verified locally: Windows 11, Temurin JDK 25.0.4.1, postgres:18.3 — 
`createPGDB` fails without the workaround and succeeds with 
`-Duser.timezone=Asia/Kolkata`.
   
   ## Checklist
   
   - [x] Write the commit message as per our guidelines
   - [x] Acknowledge that we will not review PRs that are not passing the build 
("green")
   - [ ] Create/update unit or integration tests — N/A, documentation-only 
change
   - [x] Follow our coding conventions
   - [ ] Add required Swagger annotation and update API documentation — N/A, no 
API changes
   - [x] This PR must not be a "code dump"
   - [x] If merging this PR resolves a JIRA issue, I will mark that issue as 
resolved and set "Fix Version/s" appropriately
   - [x] I followed the AI Policy (disclosed via `Assisted-By:` trailer)


-- 
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