Message-ID: From: "m-van-tilburg (@m-van-tilburg)" To: "pgjdbc/pgjdbc" Date: Thu, 02 Oct 2025 14:32:08 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3837: ResultSet.getTimestamp() returns incorrect point in time for historical dates In-Reply-To: References: List-Id: X-GitHub-Author-Login: m-van-tilburg X-GitHub-Comment-Id: 3361492162 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3837 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3837#issuecomment-3361492162 Content-Type: text/plain; charset=utf-8 > and your suggestion is ? To use a pure (proleptic) Gregorian calendar while doing date/time conversions that involve `java.util.Calendar`, one of the ways to create one is using `new Calendar.Builder().setCalendarType("iso8601").build());`