Re: BUG #9265: why the same interval can't get the same timestamp?

Поиск
Список
Период
Сортировка
От Vik Fearing
Тема Re: BUG #9265: why the same interval can't get the same timestamp?
Дата
Msg-id 53036D18.60806@dalibo.com
обсуждение исходный текст
Ответ на BUG #9265: why the same interval can't get the same timestamp?  (miaoyimin@huawei.com)
Список pgsql-bugs
On 02/18/2014 01:06 PM, miaoyimin@huawei.com wrote:
> The following bug has been logged on the website:
>
> Bug reference:      9265
> Logged by:          yimin
> Email address:      miaoyimin@huawei.com
> PostgreSQL version: 9.2.6
> Operating system:   suse 10.3
> Description:
>
> postgres=# select ('epoch'::pg_catalog.timestamptz + 1386201600 * '1
> second'::pg_catalog.interval);
>         ?column?
> ------------------------
>  2013-12-05 08:00:00+08
> (1 row)
>
> postgres=# select ('epoch'::pg_catalog.timestamptz + 16044 * '1
> day'::pg_catalog.interval);
>         ?column?
> ------------------------
>  2013-12-05 07:30:00+08
> (1 row)
>
> postgres=# show timezone;
>      TimeZone
> -------------------
>  Asia/Kuala_Lumpur
> (1 row)
>
>


The timezone changed by thirty minutes on December 31, 1981 so the
number of days since epoch is not the same as the number of seconds.

--
Vik

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

Предыдущее
От: miaoyimin@huawei.com
Дата:
Сообщение: BUG #9265: why the same interval can't get the same timestamp?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #9265: why the same interval can't get the same timestamp?