Re: Java's set of timezone names

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Java's set of timezone names
Дата
Msg-id 26083.1121898818@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Java's set of timezone names  (Vadim Nasardinov <vadimn@redhat.com>)
Ответы Re: Java's set of timezone names  (Vadim Nasardinov <vadimn@redhat.com>)
Список pgsql-jdbc
Vadim Nasardinov <vadimn@redhat.com> writes:
> Based upon a very cursory reading of the documentation, it seems to be
> that PostgreSQL uses a hardcoded internal list of time zones for
> dealing with timezone *input*, but it uses the underlying OS's
> facilities for dealing with timezone *output*.  But then again, the
> docs seems to have changed between 7.4 and 8.0.

That's because the underlying implementation was completely revamped.
We now have our own timezone code and timezone database (the latter
being the zic database) to avoid depending on the OS facilities.

            regards, tom lane

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Custom types in Postgres, JDBC
Следующее
От: Vadim Nasardinov
Дата:
Сообщение: Re: Java's set of timezone names