Re: Date Representation Bug. Timezone and update on an already posted as #208 reportbug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: g(dot)pesce(at)hotbrain(dot)it, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Date Representation Bug. Timezone and update on an already posted as #208 reportbug
Date: 2001-04-20 14:46:36
Message-ID: 26293.987777996@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> The problem of date representation of 22/05/1977 and 28/05/1978 is
> related with time zone.

What do you get if you coerce the funny dates to timestamp, eg,

select '22/05/1977'::date::timestamp;

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-04-20 16:15:44 Re: Postgresql date bug
Previous Message pgsql-bugs 2001-04-20 13:01:10 Date Representation Bug. Timezone and update on an already posted as #208 reportbug