Incorrect interpretation of time zone "Africa/Sao_Tome" on PG 9.6?

Поиск
Список
Период
Сортировка
От Philippe Lavoie-Mongrain
Тема Incorrect interpretation of time zone "Africa/Sao_Tome" on PG 9.6?
Дата
Msg-id CAN--H5meRsy_nzu2cDKTgXfr1s7ag6OOpKW=dB78RVv2irguUg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Incorrect interpretation of time zone "Africa/Sao_Tome" on PG9.6?  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-bugs
This query:
select ('2018-07-07 00:00 + 00'::timestamptz) AT TIME ZONE 'Africa/Sao_Tome'
Returns this result:
2018-07-07 00:00:00.000000

However, according to more than one source, including this one: https://www.zeitverschiebung.net/en/timezone/africa--sao_tome, it should have +1 hour offset.

Thanks,
Phil

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15265: The program "initdb" is needed by pg_ctl but was not found in the same directory as "pg_ctl".
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Incorrect interpretation of time zone "Africa/Sao_Tome" on PG9.6?