Re: Psql 7.2.1 Regress tests failed on RedHat 7.3
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Lamar Owen <lamar.owen@wgcr.org>
Cc: Thomas Lockhart <lockhart@fourpalms.org>, Denis Gasparin <denis@edistar.com>, "Trond Eivind Glomsrød " <teg@redhat.com>, Postgresql General Mailing List <pgsql-general@postgresql.org>
Date: 2002-05-21T03:39:49Z
Lists: pgsql-hackers, pgsql-general
Lamar Owen <lamar.owen@wgcr.org> writes: > Well, I went to bat for this a little bit ago, relating to a bug report, but > I've struck out. The ISO C standard spells it out plainly that dates before > 1970 are just simply illegal for mktime and friends. Well, since glibc apparently has no higher ambition than to work for post-1970 dates, we may have little choice but to throw out mktime and implement our own timezone library. Ugh. It is pretty damn annoying that they aren't interested in fixing their problem... regards, tom lane