Re: [HACKERS] Timezone problems / HAVE_INT_TIMEZINE

Thomas Lockhart <lockhart@alumni.caltech.edu>

From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Dwayne Bailey <dwayne@mika.com>
Cc: Maarten Boekhold <maartenb@dutepp2.et.tudelft.nl>, pgsql-hackers@postgresql.org
Date: 1998-03-19T15:42:43Z
Lists: pgsql-hackers
> It's a moot point, anyway.  I put explicit calls in to the
> startup, and it made no difference in the result.  It's likely to
> be a 32/64 bit issue somewhere that I haven't located yet.  It
> really shouldn't be that hard to track down.  Since the output is
> different from the input by a consistance amount (19 years +- a
> few days) it can only be in one of 4 places, AFAIK: parsing
> input, storing value, retrieving value, or generating output.  My
> bet is on the retrieve phase, but we'll see.

Didn't this stuff work for v6.2.1, even on Alpha? afaik nothing around
this adt code changed recently...

                        - Tom

I moved to another job recently so left my dozen Alphas and don't have
access to man pages on them :( Have you tried compiling with
HAVE_INT_TIMEZONE disabled?