Message-ID: From: "riba2101 (@riba2101)" To: "pgjdbc/pgjdbc" Date: Tue, 19 Oct 2021 09:30:08 +0000 Subject: [pgjdbc/pgjdbc] issue #2311: Why is client time zone not configurable? List-Id: X-GitHub-Author-Id: 1576041 X-GitHub-Author-Login: riba2101 X-GitHub-Issue: 2311 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: open X-GitHub-Type: issue X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/2311 Content-Type: text/plain; charset=utf-8 in `org.postgresql.core.v3.ConnectionFactoryImpl#createPostgresTimeZone` the `paramList.add(new String[]{"TimeZone", createPostgresTimeZone()});` is basically hard coded? is there a reason why this is like this? It could be easily configurable and would not require sessions?