Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Wed, 27 Oct 2021 11:49:36 +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: 952842235 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-952842235 Content-Type: text/plain; charset=utf-8 Pretty sure your request would break an awful lot of code. If I understand this correctly you want the connection to have a different timezone than the JVM ? Further since you are using timestamps without a timezone then everything will come back in UTC regardless of what timezone we set the session to. I'm not sure this would solve your problem ?