The syntax of this command is:

NET TIME [\\servername | /DOMAIN[:name]]

This command synchronizes the client's clock with that of a
server or domain, or displays the time for a server or
domain.  This command replaced the synctm command found in
prior releases.

COMMENTS

To display the current date and time at your domain's
designated time server, type "net time" without options.
From the UNIX system server, you can only view the time, not
set it.

If you use this command without the servername option, or
with the domain:name option, there must already be a time
source server in your domain.

EXAMPLES

At a UNIX system console, to see the time and date in the
account domain, type the following:

    net time /domain:account

To run the same command remotely (on server "market_asu"), type
the following (replacing "password" with the password for
"administrator":

    net admin \\market_asu password /command net time
        /domain:account

SEE ALSO

       For information about                  See
       _____________________                  _________
       Getting help with network commands     net help

       Stopping services                      net stop

       Stopping the timesource service        net start timesource

To get Help on command options, type "net help {command} /options | more".
To get Help one screen at a time, type "net help {command} | more".