Re: Java 8 OffsetDateTime clarification - Mailing list pgsql-jdbc

From Thomas Kellerer
Subject Re: Java 8 OffsetDateTime clarification
Date
Msg-id qar7ho$4rfr$1@blaine.gmane.org
Whole thread Raw
In response to Java 8 OffsetDateTime clarification  (David Wall <d.wall@computer.org>)
Responses Re: Java 8 OffsetDateTime clarification  (David Wall <d.wall@computer.org>)
List pgsql-jdbc
David Wall schrieb am 07.05.2019 um 04:31:
> This seems incorrect to me.  
> The backend, when using TIMESTAMP WITH TIME ZONE, stores the date+time+tzoffset

No, it does not.

From https://www.postgresql.org/docs/current/datatype-datetime.html

> For timestamp with time zone, the internally stored value is always
> in UTC (Universal Coordinated Time, traditionally known as Greenwich
> Mean Time, GMT). An input value that has an explicit time zone
> specified is converted to UTC using the appropriate offset for that
> time zone. If no time zone is stated in the input string, then it is
> assumed to be in the time zone indicated by the system's TimeZone
> parameter, and is converted to UTC using the offset for the timezone
> zone.
> 
> When a timestamp with time zone value is output, it is always
> converted from UTC to the current timezone zone, and displayed as
> local time in that zone





pgsql-jdbc by date:

Previous
From: David Wall
Date:
Subject: Java 8 OffsetDateTime clarification
Next
From: David Wall
Date:
Subject: Re: Java 8 OffsetDateTime clarification