Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Wed, 22 Oct 2025 12:32:21 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3845: Wrong result on equality between Date and Timestamp given as query parameter In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 3432133478 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3845 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3845#issuecomment-3432133478 Content-Type: text/plain; charset=utf-8 > And AFAICT, `java.sql.Timestamp` is by definition a `timestamp`, not a `timestamptz` I gather you are suggesting that we should always treat it as a timestamp then? If so how would one set a timestamptz in older versions of the JDK ?