Improve the SETTIME function by either:
1) check for admin group to execute the SETTIME command
code:
IF INGROUP('Administrators')
SETTIME @LDOMAIN
ENDIF

2) install W32TIME service which will synchronize the clients automatically

3) schedule a 'NET TIME /SET' through the Task Scheduler under an administrative account
_________________________
There are two types of vessels, submarines and targets.