Hello,
isn't the usual case - when a different timezone is needed - a bit more
complicated? E.g.: don't you usually have clients from all over the
world (each in their own timezone) bringing you dates to a central
appserver (with one central timezone) which then uses Hibernate to store
the data?
And, if you have fat clients which are acting this way, don't they query
objects in one session, then close the session (detaching the objects?)
and try to save the modified objects in one bunch in a new session
(reattached?)? Thus every session needs a customizable TimeZone, doesn't it?
A you might haved guessed by now, this is my current implementation
problem. Any ideas would be greatly appreciated. ;)
Best regards,
Ralph. |