Message-ID: From: "seregaizsbera (@seregaizsbera)" To: "pgjdbc/pgjdbc" Date: Sun, 16 Feb 2025 16:25:51 +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: 2661510702 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-2661510702 Content-Type: text/plain; charset=utf-8 Thank you for explanation. This is more than enough for us to make sure once again that we have chosen the right way to work with timestamps. We store all timestamps as long integer number of milliseconds since Unix epoch. No driver can break our data, whatsoever. The only bug we catch sometimes is that our applications fail to connect to the server at some locations. That is why we would appreciate if you implemented an option to specify TimeZone StartupParam.