Message-ID: From: "simon-greatrix (@simon-greatrix)" To: "pgjdbc/pgjdbc" Date: Tue, 19 Aug 2025 14:59:23 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3774: fix: Change "PST" timezone in TimestampTest to "Pacific Standard Time" In-Reply-To: References: List-Id: X-GitHub-Author-Login: simon-greatrix X-GitHub-Comment-Id: 3201114614 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3774 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3774#issuecomment-3201114614 Content-Type: text/plain; charset=utf-8 This is one of those "it works on my machine" issues. My machine fails with the "PST" timestamp and works with the "Pacific Standard Time". Rather than debugging further - I agree that the spirit of the test is to do some timezone other than UTC. We do not care about how Java parses dates, so replacing PST with "GMT-08:00" should work for everyone. I have made that change in my fork.