Re: Strange results with interval types computations

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: laurent_herve(at)infonie(dot)fr, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Strange results with interval types computations
Date: 2001-01-14 17:14:22
Message-ID: 26379.979492462@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Richards 2001-01-14 18:19:21 Re: Bug in SQL functions that use a NULL parameter directly
Previous Message pgsql-bugs 2001-01-14 16:58:13 Strange results with interval types computations