Re: Redhat 7.3 time manipulation bug
lockhart@fourpalms.org
From: Thomas Lockhart <lockhart@fourpalms.org>
To: Hannu Krosing <hannu@tm.ee>
Cc: Trond Eivind Glomsrød <teg@redhat.com>, Tom Lane <tgl@sss.pgh.pa.us>, Lamar Owen <lamar.owen@wgcr.org>, Manuel Sugawara <masm@fciencias.unam.mx>, PostgreSQL Hackers List <pgsql-hackers@postgresql.org>
Date: 2002-05-22T13:58:06Z
Lists: pgsql-hackers
...
> > AIX and (I think) Irix.
> How do we currently support AIX/Irix ?
Dates and times prior to 1970 have no time zone (they are in GMT, as is
the case for all platforms on dates before 1903 and after 2038). We have
separate regression test results for those platforms.
- Tom