BUG #16123: DST not respected for America/Sao_Paulo in `timestamp` function

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16123: DST not respected for America/Sao_Paulo in `timestamp` function
Дата
Msg-id 16123-a657804bf8eb791c@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16123: DST not respected for America/Sao_Paulo in`timestamp` function  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16123
Logged by:          Thushara Wijeratna
Email address:      thushw@gmail.com
PostgreSQL version: 11.5
Operating system:   MacOS (Mojave)
Description:

maestro_development=# select timestamp with time zone '2019-12-01T02:00:00Z'
at time zone 'America/Sao_Paulo';
      timezone
---------------------
 2019-11-30 23:00:00
(1 row)

From Nov 3, America/Sao_Paulo should be offset only 2 hours from UTC due to
DTS. I would expect the timestamp to be December 1st midnight.

https://www.travelmath.com/time-zone/America/Sao_Paulo


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #16122: segfault pg_detoast_datum (datum=0x0) at fmgr.c:1833numrange query
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: BUG #16123: DST not respected for America/Sao_Paulo in`timestamp` function