Message-ID: From: "kdubb (@kdubb)" To: "pgjdbc/pgjdbc" Date: Fri, 18 Jan 2019 17:34:55 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #1390: LocalDateTime has invalid string serialization In-Reply-To: References: List-Id: X-GitHub-Author-Login: kdubb X-GitHub-Comment-Id: 455627102 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-455627102 Content-Type: text/plain; charset=utf-8 The reference test `SetObject310Text.testSetLocalDateTime` is already in place and does it, as explained above. The issue is that it tests the incorrect value. #1391 contains the proposed fix and alteration to the test to make it correct.