Message-ID: From: "seregaizsbera (@seregaizsbera)" To: "pgjdbc/pgjdbc" Date: Sat, 15 Feb 2025 03:28:19 +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: 2660695829 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-2660695829 Content-Type: text/plain; charset=utf-8 > Simple, > > So that timestamp with time zone will be returned in your time zone > > Dave Cramer > […](#) If the value of time is stored with zone, server must send them both as is. Otherwise server must send data in universal representation, and conversion must be performed at client side.