Re: BUG #1117: Time calculation from epoch is 12 hours out

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: BUG #1117: Time calculation from epoch is 12 hours out
Дата
Msg-id 20040326195104.M83786@megazone.bigpanda.com
обсуждение исходный текст
Ответ на BUG #1117: Time calculation from epoch is 12 hours out  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Список pgsql-bugs
On Fri, 26 Mar 2004, PostgreSQL Bugs List wrote:

> The following bug has been logged online:
>
> Bug reference:      1117
> Logged by:          Neil Cooper
>
> Email address:      neil.cooper@scigames.com
>
> PostgreSQL version: 7.3.4
>
> Operating system:   Red Hat ES 3.0
>
> Description:        Time calculation from epoch is 12 hours out
>
> Details:
>
> I'm using the PostgreSQL that comes with Red Hat ES 3.0. (psql reports
> 7.3.4-R.H). For purposes of testing/reporting, my workstation is running on
> UTC time to avoid any potential timezone confusions.
>
> OK heres the problem:
>
> The output of the following query:
> select '1970-1-1 00:00:00'::timestamp + '1080302400 seconds'::reltime;

It seems to be a problem with reltime.  I'd suggest just avoiding reltime
entirely and using interval instead.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1117: Time calculation from epoch is 12 hours out
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Bug#225680: Fwd: Default pg_autovacuum config glitches