Re: Strange results with interval types computations

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: laurent_herve@infonie.fr, pgsql-bugs@postgresql.org
Date: 2001-01-14T17:14:22Z
Lists: pgsql-bugs
pgsql-bugs@postgresql.org writes:
> ez_money=> select '10/01/2000'::date+'1 month'::interval;
> ?column?
> ----------------------
> 2000-10-31 23:00:00+01
> (1 row)

DST transition problem.  It's fixed in current sources.

			regards, tom lane