Re: Date & Time with time zone - Mailing list pgsql-general

From Tom Lane
Subject Re: Date & Time with time zone
Date
Msg-id 4359.1144732400@sss.pgh.pa.us
Whole thread Raw
In response to Re: Date & Time with time zone  ("Wei Wei" <wei725@lycos.com>)
List pgsql-general
"Wei Wei" <wei725@lycos.com> writes:
> A returned value of "select new()" is correct, but the TZ is -7 where
> the TZ of OS is set to Pacific Day Time Saving Time.

That sounds like PG is working like it's supposed to.

> The application is
> written with Java. And I use the Java API Calendar class to match
> with the PG data type timestamp with time zone through Hibernate. The
> date log message is from the getTime and getTimezone methods of the
> class. Both are correct at this point.

> I do some search on various forums of the java.sun.com. It might
> relate with the jdbc driver. Shall I move this issue to the jdbc mailing
> list?

Yeah, it sounds like a JDBC issue.  Search their archives before
posting; I seem to recall having seen similar discussions there before.

            regards, tom lane

pgsql-general by date:

Previous
From: "Wei Wei"
Date:
Subject: Re: Date & Time with time zone
Next
From: "Mark Aufflick"
Date:
Subject: Re: stored proc vs sql query string