Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Mon, 02 Feb 2026 16:59:36 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3924: 0001-01-01 Date not properly saved in database and not properly red from database In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 3836493682 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3924 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3924#issuecomment-3836493682 Content-Type: text/plain; charset=utf-8 I spent a fair amount of time on this and while the code used to work. The only reliable way to get this to work is to use setObject(1,LocalDate) and getObject(1,LocalDate)