Do any one here knows how to get the server’s time using corba API.
please help
Do any one here knows how to get the server’s time using corba API.
please help
Subject: how to get the domino server time?
You can create a temporary Document and use its “getCreated” method to construct a DateTime object . I suppose you could also try evaluating “@Now([ServerTime] : [LocalTimeOnError]; YourServerName)”.dgg
Subject: RE: how to get the domino server time?
@Now will work only with domino 6.0.
Even i am using this nasty solution (creating temp document and call the getCreated() method on it).
Its amazing that IBM is not having any method to get the server’s time through JAVA corba API,
thanx
Amit