Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Thu, 06 Feb 2025 11:39:01 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #1390: LocalDateTime has invalid string serialization In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 2639584528 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 1390 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/1390#issuecomment-2639584528 Content-Type: text/plain; charset=utf-8 > I think this would work for putting a `LocalDateTime` in a `TIMESTAMP WITHOUT TIME ZONE` column (because the offset is always thrown away) but I’m not certain about the other cases that use this code. Isn't that up to the user ? How can the driver do that?