Remotely pushing???

The preferred choice would be to run a time server (W32TIME) on that server. This will update the time in regular intervals.

Alternatively, you will need to execute a piece of code on the remote server. One way of doing this would be to copy a batch file like
code:
NET TIME /SET /Y

to the remote server with e.g. COPY SETTIME.BAT \\server\admin$\ and then use the Task Scheduler to run this batch file once, or regularly (like a cheap time server). There is a ScheduleTask UDf in the UDF section that programs a remote Task Scheduler.

Nevertheless, W32TIME is highly recommended for this type of problem.
_________________________
There are two types of vessels, submarines and targets.