Re: ResultSet.getObject(..., LocalTime.class) not working with Postgres timetz type

From: Philippe Marschall <philippe(dot)marschall(at)netcetera(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Cc: Dave Cramer <davecramer(at)gmail(dot)com>, Mark Rotteveel <mark(at)lawinegevaar(dot)nl>
Subject: Re: ResultSet.getObject(..., LocalTime.class) not working with Postgres timetz type
Date: 2019-04-18 17:19:05
Message-ID: 840d9d54-301f-45fa-3184-63ea30747dcf@netcetera.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Philippe Marschall 2019-04-18 17:19:37 Re: ResultSet.getObject(..., LocalTime.class) not working with Postgres timetz type
Previous Message Philippe Ebersohl 2019-04-18 14:48:24 Re: A method to asynchronously LISTEN ?