Message-ID: From: "seregaizsbera (@seregaizsbera)" To: "pgjdbc/pgjdbc" Date: Wed, 19 Feb 2025 13:02:43 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #2311: Why is client time zone not configurable? In-Reply-To: References: List-Id: X-GitHub-Author-Login: seregaizsbera X-GitHub-Comment-Id: 2668593370 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 2311 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/2311#issuecomment-2668593370 Content-Type: text/plain; charset=utf-8 > https://stackoverflow.com/questions/2493749/how-to-set-a-jvm-timezone-properly This is not a problem to setup a system property in JVM. The problem is when it is necessary to change, and to what value. Because normal programs works correctly with any value of user.timezone, and only pgjdbc doesn't connect to server sometimes. And that is what I ask you to clarify in your documentation.