Re: BUG #18884: The CURRENT_TIMESTAMP value being returned in UTC-2. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18884: The CURRENT_TIMESTAMP value being returned in UTC-2.
Date
Msg-id 3979562.1744122723@sss.pgh.pa.us
Whole thread Raw
In response to BUG #18884: The CURRENT_TIMESTAMP value being returned in UTC-2.  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> However adding the following property in connection URL, changes the
> output.
> String url = "jdbc:postgresql://127.0.0.1:5432/postgres?loggerLevel=INFO";

The most likely bet is that this is causing the program to connect to
a different server with a different timezone setting.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Test Test
Date:
Subject: Re: BUG #18884: The CURRENT_TIMESTAMP value being returned in UTC-2.
Next
From: "David G. Johnston"
Date:
Subject: Re: BUG #18884: The CURRENT_TIMESTAMP value being returned in UTC-2.