Re: Bad External Date Representation error for any date which is a Saturday.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "dean walliss" <daw700(at)netspace(dot)net(dot)au>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Bad External Date Representation error for any date which is a Saturday.
Date: 2003-06-02 19:30:53
Message-ID: 11535.1054582253@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

"dean walliss" <daw700(at)netspace(dot)net(dot)au> writes:
> ERROR: Bad date external representation 'Sat Nov 02 00:00:00 EST 2002'

Might you have AUSTRALIAN_TIMEZONES set true? "SAT" appears to be
considered a timezone abbreviation when that's the case --- this is
probably confusing the code that would otherwise be willing to take it
as a noise word.

regards, tom lane

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Kellerer 2003-06-04 07:09:24 Official JDBC driver release ?
Previous Message dean walliss 2003-06-02 06:22:46 Bad External Date Representation error for any date which is a Saturday.