Message-ID: From: "seregaizsbera (@seregaizsbera)" To: "pgjdbc/pgjdbc" Date: Sun, 16 Feb 2025 22:17:56 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #2311: Why is client time zone not configurable? In-Reply-To: References: List-Id: X-GitHub-Author-Login: seregaizsbera X-GitHub-Comment-Id: 2661644024 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2025-02-16T22:23:02Z X-GitHub-Issue: 2311 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/2311#issuecomment-2661644024 Content-Type: text/plain; charset=utf-8 We'll specify UTC timezone via JDBC URL, and never will run into Invalid value for parameter "TimeZone". In fact I've already forked sources, and assembled the driver with TimeZone StartupParameter hardcoded as UTC. Everything works just fine. My applications work in their native timezones, and there are no errors nor undesired effects.