Re: Date Representation Bug. Timezone and update on an already posted as #208 reportbug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Date Representation Bug. Timezone and update on an already posted as #208 reportbug
Дата
Msg-id 26293.987777996@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Date Representation Bug. Timezone and update on an already posted as #208 reportbug  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> The problem of date representation of 22/05/1977 and 28/05/1978 is
> related with time zone.

What do you get if you coerce the funny dates to timestamp, eg,

    select '22/05/1977'::date::timestamp;

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Date Representation Bug. Timezone and update on an already posted as #208 reportbug
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgresql date bug