"Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov> wrote:
> I was also confused by the result of changing the column to
> TIMESTAMP WITH TIME ZONE -- all timestamps were the same, but they
> were two hours later than local time and four hours earlier than
> GMT!?!
Never mind that last -- psql shows local time, but the Java program
is showing it as a time nine hours later than local, rather than
the six which should be GMT. (Don't ask how I misread that before.)
-Kevin