Where is the event being entered? Follow the program flow to make sure the user's timezone is being used each step of the way. If the default time zone is used anywhere along the execution path, then you'll get odd results.
-Adrian --- On Fri, 8/14/09, Hans Bakker <[email protected]> wrote: > From: Hans Bakker <[email protected]> > Subject: Re: svn commit: r804104 - in /ofbiz/trunk/framework: > base/src/org/ofbiz/base/util/template/ entity/src/org/ofbiz/entity/jdbc/ > widget/src/org/ofbiz/widget/form/ > To: [email protected] > Date: Friday, August 14, 2009, 4:01 PM > I already took it out for other > reasons. > > Currently we have the problem that when an event is entered > on the > calendar with a default timezone of indochina time the > entered time > changes with 6 hours after it is saved. > > the patch solved the problem, but now with he delegator > interface it did > not compile anymore.... > > if you have a solutions, let me know.... > > Regards, > Hans > > On Fri, 2009-08-14 at 06:20 -0700, Adrian Crum wrote: > > Hans, > > > > This commit disables the user-selected time zone. > Please re-think what you're doing. > > > > -Adrian > > Antwebsystems.com: Quality OFBiz services for competitive > rates > >
