Im using Hibernate 3.6.9 and I need to store my dates in UTC. The main problem is that hibernate or jdbc using local timezone to instantiate my object which contains the date. So the date will not be "UTC" but rather my local timezone.
I already found some "old" solution within stackoverflow but they didnt work with hibernate 3.6.9 .
Maybe a solution --> someone can tell me how to use that UtcTimestampTypeDescriptor?
My application works with: hibernate, spring, jboss, sql server 2008.