G
googlegroups
We have an application that is run in many timezones and uses remoting
to access the DB. I have one screen that will only save if the user is
in the same timezone as the server. I can reproduce this on my
development machine by simply changing the timezone. When I use
remoting and a different timezone, the remoting call hits the webserver
(I verified through the web server logs), but never actually makes it
to the DB. I put some code on the server side to return an error for
any DB call with my username. It doesn't fire. It's the strangest
thing. We do have a couple of DateTime values in the dataset we are
saving, but we also have them in other places in the system and they
work fine elsewhere. Please help!
to access the DB. I have one screen that will only save if the user is
in the same timezone as the server. I can reproduce this on my
development machine by simply changing the timezone. When I use
remoting and a different timezone, the remoting call hits the webserver
(I verified through the web server logs), but never actually makes it
to the DB. I put some code on the server side to return an error for
any DB call with my username. It doesn't fire. It's the strangest
thing. We do have a couple of DateTime values in the dataset we are
saving, but we also have them in other places in the system and they
work fine elsewhere. Please help!