Re: BUG #18884: The CURRENT_TIMESTAMP value being returned in UTC-2.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: testtest12423(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18884: The CURRENT_TIMESTAMP value being returned in UTC-2.
Date: 2025-04-08 14:32:03
Message-ID: 3979562.1744122723@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2025-04-08 14:44:56 Re: BUG #18884: The CURRENT_TIMESTAMP value being returned in UTC-2.
Previous Message Test Test 2025-04-08 13:58:20 Re: BUG #18884: The CURRENT_TIMESTAMP value being returned in UTC-2.