Function
EN
Version 5.00
@SetLocalServerTime
System
TimeDate
Syntax
@SetLocalServerTime(TDNEWTIME);
Description
Sets the Domino server time.
IMPORTANT:
Changing the Notes server time may cause side effects.
This is especially true if the time is moved back into the past.
For example, documents may disappear until the time at which they were created is reached again, or views may remain permanently out of date, etc.
Example: @SetLocalServerTime(TDNEWTIME);
Old:=@Now;
TDNEWTIME:=@Adjust(Old;0;0;0;-1;0;0);
Ret:=@SetLocalServerTime(TDNEWTIME);
Sets the local Domino server time back by one hour.
Note : This text was machine-translated and may contain inaccuracies.
