Bad Timestamp Format at 23 in 2008-09-16 18:41:00.479

From: Warren Bell <warren(at)clarksnutrition(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Bad Timestamp Format at 23 in 2008-09-16 18:41:00.479
Date: 2008-09-18 01:22:19
Message-ID: 48D1AD4B.4080505@clarksnutrition.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I have Postgresql 8.3 (PostgresPlus) running on an Apple with Tomcat 6.
I am using the postgresql-8.3-603.jdbc3.jar driver. My app runs fine
when on the apple, but when I move it over to a Windows machine running
Tomcat 6 that accesses the same exact database on the Apple I get a "Bad
Timestamp Format at 23 in 2008-09-16 18:41:00.479" error. I am guessing
that it has something to do with how Java creates Dates on Unix verses
Windows. What do I need to do to get this to work on the Windows machine?

--
Thanks,

Warren Bell
909-645-8864
warren(at)clarksnutrition(dot)com

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Albe Laurenz 2008-09-18 07:37:01 Re: Bad Timestamp Format at 23 in 2008-09-16 18:41:00.479
Previous Message Richard Broersma 2008-09-17 16:33:13 Re: Best Practice to Create a Connection Pool in PostgreSQL