PostgreSQL 6.3.4 on a Debian GNU/Linux Alpha box is returning dates far into the future. Has anyone else encountered this? Sample psql session: template1=> select 'now'::datetime; ?column? ------------------------ Thu Dec 16 23:08:02 2134 (1 row) Might this be a silly 64-bit portability problem somewhere?