BUG #15388: time convert error when use AT TIME ZONE '+8'

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15388: time convert error when use AT TIME ZONE '+8'
Дата
Msg-id 153724095414.13490.12512426893930004410@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15388: time convert error when use AT TIME ZONE '+8'
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15388
Logged by:          hao.hu
Email address:      huhao0715@gmail.com
PostgreSQL version: 10.1
Operating system:   linux
Description:

1. What did you do?
SET TIME ZONE 'utc';
SELECT TIMESTAMP '2001-02-16 20:38:40' AT TIME ZONE '+8';

2. What did you expect to see?
        timezone
------------------------
 2001-02-16 12:38:40+00

3. What did you see instead?
        timezone
------------------------
 2001-02-17 04:38:40+00


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15387: explain analyze timing on bug?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15387: explain analyze timing on bug?