Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Mon, 02 Feb 2026 13:32:49 +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: 3835150046 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-3835150046 Content-Type: text/plain; charset=utf-8 There's certainly some funkiness now. Question for you: Do you expect `0001-01-01` to be AD or BC I created a table with both. ``` -62135596800 | 0001-01-01 -62167219200 | 0001-01-01 BC ```