Re: Bug in JDBC-Driver?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Bug in JDBC-Driver?
Date: 2004-12-18 07:51:11
Message-ID: 41C3E16F.1050403@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> The really serious problem with this is the assumption that the server
> has the same set of available timezones (and spellings of same) as the
> client does.

timezones seriously suck.

China uses CST. So does North America. How you gonna resolve THAT ?

The proper solution is to use "ISO" time with -07 / +08 kinda timezones if you
need to get data in/out of timestampz fields.... Java can do this just by
specifying the right option when you convert a calendar time to a string.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-12-18 08:02:22 Re: Bug in JDBC-Driver?
Previous Message Kris Jurka 2004-12-18 06:36:23 Re: Bug in JDBC-Driver?