We have users who only access through the web. They set their timezone using the $preferences.nsf which sets a cookie. If they open a document with a field that computes the date/time, it works just fine. I am running a lotus script agent (that is being run as web user) and I don’t know how to capture and print the local timezone. I basically want to print the current date and time (for the user running the agent). It only returns me the server’s timezone. Why can a field on a document or a view with an @Now formula be able to translate the time but I the agent can’t?
Subject: HELP! Timzones and Web Users
Hi.
Did you try the
varTZ=Evaluate({@Now})
varTZ(0) should be the time for the user
in the agent running as webuser?
wish you all the best in everything…
Roy