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

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: g.pesce@hotbrain.it, pgsql-bugs@postgresql.org
Date: 2001-04-20T14:46:36Z
Lists: pgsql-bugs
pgsql-bugs@postgresql.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