Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Fri, 22 Aug 2025 18:20:46 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3692: Wrong time formatting ResultSet.getTime(); for Europe/Belgrade and "Europe/Prague" In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 3215233080 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3692 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3692#issuecomment-3215233080 Content-Type: text/plain; charset=utf-8 See https://docs.oracle.com/javase/8/docs/api/java/sql/Time.html specifically ``` The date components should be set to the "zero epoch" value of January 1, 1970 and should not be accessed. ```