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