Message-ID: From: "m-van-tilburg (@m-van-tilburg)" To: "pgjdbc/pgjdbc" Date: Thu, 04 Dec 2025 14:32:04 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3887: fix: make all Calendar instances proleptic Gregorian (#3837) In-Reply-To: References: List-Id: X-GitHub-Author-Login: m-van-tilburg X-GitHub-Comment-Id: 2589321964 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: 8dfafb8670c811012957dc0522637cc263cfb5f0 X-GitHub-Issue: 3887 X-GitHub-Path: pgjdbc/src/main/java/org/postgresql/jdbc/TimestampUtils.java X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3887#discussion_r2589321964 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/main/java/org/postgresql/jdbc/TimestampUtils.java) This method has been duplicated in several places, it might be a good idea to make it public here and call it from the other places if that doesn't violate any package boundaries that I am unaware of