Message-ID: From: "simon-greatrix (@simon-greatrix)" To: "pgjdbc/pgjdbc" Date: Tue, 19 Aug 2025 08:54:23 +0000 Subject: [pgjdbc/pgjdbc] PR #3774: fix: Change "PST" timezone in TimestampTest to "Pacific Standard Time" List-Id: X-GitHub-Author-Id: 10000910 X-GitHub-Author-Login: simon-greatrix X-GitHub-Issue: 3774 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3774 Content-Type: text/plain; charset=utf-8 The timestamp specifier "PST" can be misinterpreted as "Philippine Standard Time" causing the test to fail if Java selects it. Use an unambiguous timezone specifier to ensure desired behaviour. No breaking changes.