Re: ResultSet.getObject(..., LocalTime.class) not working withPostgres timetz type - Mailing list pgsql-jdbc

From Philippe Marschall
Subject Re: ResultSet.getObject(..., LocalTime.class) not working withPostgres timetz type
Date
Msg-id 0b371da9-a6af-6e39-d5a8-74a2996a954c@netcetera.com
Whole thread Raw
In response to Re: ResultSet.getObject(..., LocalTime.class) not working withPostgres timetz type  (Dave Cramer <davecramer@gmail.com>)
Responses Re: ResultSet.getObject(..., LocalTime.class) not working withPostgres timetz type
List pgsql-jdbc
On 17.04.19 19:10, Dave Cramer wrote:
> Not everyone agrees with WITH TIMEZONE qnd it doesn't help that the 
> server does not store the timezone

It is my understanding the server converts to UTC when storing and 
returns UTC.

Cheers
Philippe



pgsql-jdbc by date:

Previous
From: Philippe Marschall
Date:
Subject: Re: ResultSet.getObject(..., LocalTime.class) not working withPostgres timetz type
Next
From: Adam Brusselback
Date:
Subject: [pgjdbc/pgjdbc] 0efcf8: Add method alias's for each property whichdidn't ...