Find server-Time through Lotus script

Hi,In my application users from multiple time-zones interact and report.As a result, the time recorded is different for different users based on their local time and no uniformity is maintained.

I tried using something like

eval-Evaluate(“(@Text(@Now([SERVERTIME];“servername”)))”,rdoc)

But this is givinf error saying operator expected (at start of servername)…Is their any way to specify server name or any other way to capture server time through lotus script.

Thanks in advance

Subject: Find server-Time through Lotus script

Hi, Try this:

eval=Evaluate({(@Text(@Now([SERVERTIME];“servername”)))})

Konrad

Subject: RE: Find server-Time through Lotus script

Hi,

I tried this but still its giving local machine time.

I am using notes client and I have connected to remote server.