Re: work in progress: timestamp patch

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: work in progress: timestamp patch
Дата
Msg-id 42E5C8D0.1080102@opencloud.com
обсуждение исходный текст
Ответ на Re: work in progress: timestamp patch  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: work in progress: timestamp patch  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
Dave Cramer wrote:

> I've been messing with it a bit myself, and noticed that
> TimeStampUtils.toString used the timezone of the incoming
> timestamp, not the calendar. So the call to appendTimeZone, passes in
> the timestamp, not the new calendar.

I looked at this and the current code is certainly wrong. The timezone
offset of a Timestamp (deprecated method!) returns the offset of the
JVM's default timezone always. We should indeed be passing the target
calendar and using that.

I've added that change to my patch. Interestingly none of the regression
tests fail with it changed; we're very short on tests that actually test
the with-Calendar code..

-O

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: work in progress: timestamp patch
Следующее
От: Gary Chen
Дата:
Сообщение: UNSUBSCRIBE