You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Mykola Ostapchuk <my...@sympatico.ca> on 2003/07/08 01:11:51 UTC

DateTime conversion problem

Hello,

Can anybody tell me how to map DateTime MySql field in OJB?


My realisation is the next:

<field-descriptor id="13" name="userDateInserted" column="US_date_inserted" jdbc-type="TIMESTAMP" conversion="org.apache.ojb.broker.accesslayer.conversions.JavaDate2SqlTimestampFieldConversion"/>

userDateInserted - of type java.util.Date.

After setting the Date, OJB inserts right date. But time is 1 hour minus
of actual time (minutes and seconds are right).
Any suggestions?


Regards,
Mykola Ostapchuk