BUG #6656: Wrong timestamptz + interval calculation - Mailing list pgsql-bugs

From mw@hesotech.de
Subject BUG #6656: Wrong timestamptz + interval calculation
Date
Msg-id E1SWXUz-0002tb-Qc@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #6656: Wrong timestamptz + interval calculation  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6656
Logged by:          Marcus Wirsing (Hesotech GmbH)
Email address:      mw@hesotech.de
PostgreSQL version: 9.1.3
Operating system:   Windows 7 64Bit
Description:=20=20=20=20=20=20=20=20

When I execute the statement

select timestamptz '2012-03-01 00:00:00+00' + interval '1 month'

I expect the result:
"2012-04-01 02:00:00+02"

but postgres returns:

"2012-04-01 01:00:00+02"

My local time zone is UTC+1.

pgsql-bugs by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: 9.2beta1 regression: pg_restore --data-only does not set sequence values any more
Next
From: gloria_evelis@hotmail.com
Date:
Subject: BUG #6655: restore backup