Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.