Re: Bug in JDBC-Driver?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Bug in JDBC-Driver?
Дата
Msg-id 41C3E16F.1050403@hogranch.com
обсуждение исходный текст
Ответ на Re: Bug in JDBC-Driver?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Bug in JDBC-Driver?
Список 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.

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Bug in JDBC-Driver?
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Bug in JDBC-Driver?