Re: Bad External Date Representation error for any date which is a Saturday. - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: Bad External Date Representation error for any date which is a Saturday.
Date
Msg-id 11535.1054582253@sss.pgh.pa.us
Whole thread Raw
In response to Bad External Date Representation error for any date which is a Saturday.  ("dean walliss" <daw700@netspace.net.au>)
List pgsql-jdbc
"dean walliss" <daw700@netspace.net.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

pgsql-jdbc by date:

Previous
From: John Reyes
Date:
Subject: InterruptedIOException
Next
From: Thomas Kellerer
Date:
Subject: Official JDBC driver release ?