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