BUG #16123: DST not respected for America/Sao_Paulo in `timestamp` function - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16123: DST not respected for America/Sao_Paulo in `timestamp` function
Date
Msg-id 16123-a657804bf8eb791c@postgresql.org
Whole thread Raw
Responses Re: BUG #16123: DST not respected for America/Sao_Paulo in`timestamp` function
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #16122: segfault pg_detoast_datum (datum=0x0) at fmgr.c:1833numrange query
Next
From: Thomas Munro
Date:
Subject: Re: BUG #16123: DST not respected for America/Sao_Paulo in`timestamp` function