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

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: testtest12423@gmail.com
Cc: pgsql-bugs@lists.postgresql.org
Date: 2025-04-08T14:32:03Z
Lists: 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