Hi, Not sure but some date types in Postgresql store the timezone as well. So, check if this is your situation and if the database timezone is the same as your java application Locale configuration.
Hope that helped, Daniel Silva. On 10/20/05, TNO <[EMAIL PROTECTED]> wrote: > Hello, > > I work with Java, Ibatis and PostGreSql. > I use date type from postGre (different from timestamp) which store only > the date without time. > > For a postgre date (2005-10-1) , I get this java value using ibatis Sat > Oct 01 01:00:00 CEST 2005 > and not Sat Oct 01 00:00:00 CEST 2005 . > > Is this an Ibatis conversion problem ? > > thanks > > -- > Il n'y a pas de mauvais langage, il n'y a que des bons programmeurs... > > >
