Re: Timestamp Conversion Woes Redux

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: Christian Cryder <c(dot)s(dot)cryder(at)gmail(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Timestamp Conversion Woes Redux
Date: 2005-07-20 12:30:23
Message-ID: 42DE43DF.5020708@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dave Cramer wrote:

> In order to calculate the milliseconds the driver takes into account
> the time zone, information the DBMS may or may not store. If no
> Calendar object is supplied the driver will use the default Calendar
> whose time zone is that of the JVM that is
> running the application. If the DBMS does provide timezone information
> the driver will simply use that and IGNORE (my caps) a Calendar object
> that may have been passed to it.

Not having read the source material, but isn't this talking about the
getTimestamp() path not the setTimestamp() path?

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2005-07-20 12:47:47 Re: Timestamp Conversion Woes Redux
Previous Message Oliver Jowett 2005-07-20 12:26:13 Re: Timestamp Conversion Woes Redux