Hi,
It appears as though hibernate uses the timezone of your PC to convert Java.sql.Timestamp objects before inserting the information into a database.
I'm wondering how do i get hibernate to use GMT all the time, but without doing a TimeZone.setDefault() call.
Using Oracle 9i in Websphere.
THanks
Start Free Trial