Message-ID: From: "m-van-tilburg (@m-van-tilburg)" To: "pgjdbc/pgjdbc" Date: Thu, 12 Feb 2026 10:49:58 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3930: Revert semantic calendar changes introduced with #3837 In-Reply-To: References: List-Id: X-GitHub-Author-Login: m-van-tilburg X-GitHub-Comment-Id: 3890138953 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3930 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3930#issuecomment-3890138953 Content-Type: text/plain; charset=utf-8 > I read the issue description and was aware of the semantic problem in the first place. > > What I am saying is that in my opinion it's not the JDBC driver's place to correct a wrong done by Sun in 1996/7. (And as we already established in this thread: dates, times, time zones is an excruciatingly difficult topic to solve, and we don't have a very good solution in any of our programming languages as of yet, but the new Java Time API comes close.) > > This change, if rolled out without a feature flag, **will** break already existing and working systems just by upgrading the driver version. As it does with 42.7.9. I agree with you that date/time can be a difficult topic to understand. I also think this is a breaking change and should be in a major release or behind a feature flag. Luckily there was and is a workaround to get the correct values by using the `java.time` based JDBC methods. Lets close the discussion now.