Re: JDBC Driver and timezones

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC Driver and timezones
Date: 2010-05-19 00:00:21
Message-ID: 4BF32A15.8010502@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Thomas Kellerer wrote:

> And for the test case the client application _and_ Postgres were running
> on the same physical machine. So the JVM (and thus the JDBC driver) and
> Postgres should use the same timezone information from my Windows.

The JVM has its own separate timezone database. It does not use the
OS-provided timezone data in general.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Kellerer 2010-05-19 06:17:22 Re: JDBC Driver and timezones
Previous Message Matt Solnit 2010-05-18 23:49:03 Change the socket timeout of a live connection?