Message-ID: From: "m-van-tilburg (@m-van-tilburg)" To: "pgjdbc/pgjdbc" Date: Thu, 04 Dec 2025 15:01:50 +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: 2589432561 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_r2589432561 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/main/java/org/postgresql/jdbc/TimestampUtils.java) I did not use `new Calendar.Builder().setCalendarType("iso8601").build())` because besides resulting in a proleptic Gregorian calendar it changes other things for the Calendar instance that might have unforeseen consequences