Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Fri, 24 Jan 2025 12:04:26 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #2311: Why is client time zone not configurable? In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 2612367336 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-2612367336 Content-Type: text/plain; charset=utf-8 the pgjdbc driver sets the timezone of the session to the clients timezone. This works in 99.999% of cases. Unfortunately, not yours. There is no option to set the timezone. I guess we could add a timezone option. It's really never come up before.