Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Mon, 23 Feb 2026 11:38:50 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3944: doc: clarify that OffsetDateTime return UTC time zone as the backend does not store time zone In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 3944258713 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3944 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3944#issuecomment-3944258713 Content-Type: text/plain; charset=utf-8 > The timestamp does come back with a TZ if you use timestamptz I don't get the question. --- Well, the backend does send the timezone when using text protocol, and it is discussed in https://github.com/pgjdbc/pgjdbc/issues/1324.