Re: date bug (again)

From: Darcy Buskermolen <darcy(at)ok-connect(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: date bug (again)
Date: 2000-08-15 06:04:20
Message-ID: 3.0.32.20000814230419.00906a50@mail.ok-connect.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

this happens on FreeBSD 3.5-STABLE, running both 6.5.3 and 7.0.2
as well as FreeBSD 2.28-RELEASE running 6.4.(something)

At 03:52 PM 8/15/00 +1000, you wrote:
>At 22:38 14/08/00 -0700, Darcy Buskermolen wrote:
>>let me try this again...
>>
>>
>>Here is an other set of strange bugs I've discovered relating to dates.
>>
>>SELECT date_part('day', ('2000-11-1 0:00'::datetime + '-1day'))::int4 AS
>>days_in_month;
>>
>> 31
>>
>>
>>SELECT date_part('day', (('2000-10-1 0:00'::datetime + '1 month') + '-1
>>day'))::int4 AS days_in_month;
>>
>> 30
>>
>>SELECT date_part('day', date_trunc('month', ('2000-10-1 0:00'::datetime +
>>'1 month')) + '-1 day')::int4 AS days_in_month;
>>
>> 30
>>(1 row)
>
>FWIW, with 7.0.2 under Linux, I get 31 in each case.
>
>
>----------------------------------------------------------------
>Philip Warner | __---_____
>Albatross Consulting Pty. Ltd. |----/ - \
>(A.B.N. 75 008 659 498) | /(@) ______---_
>Tel: (+61) 0500 83 82 81 | _________ \
>Fax: (+61) 0500 83 82 82 | ___________ |
>Http://www.rhyme.com.au | / \|
> | --________--
>PGP key available upon request, | /
>and from pgp5.ai.mit.edu:11371 |/
>
>

Browse pgsql-bugs by date

  From Date Subject
Next Message Jie Liang 2000-08-15 19:02:34 % escape
Previous Message Philip Warner 2000-08-15 05:52:39 Re: date bug (again)