Re: RES: RES: Dates rejected

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: RES: RES: Dates rejected
Дата
Msg-id 7514.1161041888@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RES: RES: Dates rejected  ("Carlos H. Reimer" <carlos.reimer@opendb.com.br>)
Ответы RES: RES: RES: Dates rejected  ("Carlos H. Reimer" <carlos.reimer@opendb.com.br>)
Список pgsql-general
"Carlos H. Reimer" <carlos.reimer@opendb.com.br> writes:
> The problem is related with the to_timestamp function that returns +1 hour
> offset only for the date 15/10/2006. The 15th october is the first day of
> our day light change.

The reason is that it's generating '2006-10-15 00:00:00-03' to start
with, but there *is* no such time in your time zone: that was the
instant that the clocks stepped forward, and so it's equally legitimate
to display that time as '2006-10-15 01:00:00-02', which is what in fact
our code happens to do.  Then when you coerce the timestamp with time
zone down to plain timestamp, the offset info that might have cued you
what's going on goes away...

I believe the lack of a definite midnight hour is one reason why most
countries prefer to change their clocks at some other time of night.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Anyone using "POSIX" time zone offset capability?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: datatype preceded by underscore creates array