Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Thu, 20 Feb 2025 19:12:40 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #2311: Why is client time zone not configurable? In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 2672439329 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 2311 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/2311#issuecomment-2672439329 Content-Type: text/plain; charset=utf-8 So I checked and RPM's will use the system tzdata ``` rpm/redhat/main/non-common/postgresql-17/main/postgresql-17.spec: --with-system-tzdata=%{_datadir}/zoneinfo \ ``` So if the O/S is upgraded it should work.