| time | |
|---|---|
TheReactOS time command | |
| Operating system | RT-11,VERSAdos,iRMX 86,MS-DOS,PC DOS,MSX-DOS,DR-DOS,PC-MOS,SpartaDOS X,OS/2,eComStation,ArcaOS,Windows,ROM-DOS,SISNE plus,PTS-DOS,FreeDOS,ReactOS,SymbOS, DexOS |
| Platform | Cross-platform |
| Type | Command |
| License | PC-MOS:GPL-3.0-only ReactOS:GPL-2.0-only |
Incomputing,TIME is acommand inDECRT-11,[1]DOS,IBMOS/2,[2]MicrosoftWindows[3] and a number of otheroperating systems that is used to display and set the currentsystem time.[4] It is included incommand-line interpreters (shells) such asCOMMAND.COM,cmd.exe,4DOS,4OS2 and4NT.

TIME command ofRT-11SJ displayed on aVT100.The command is also available in theMotorolaVERSAdos,[5]InteliRMX 86,[6]PC-MOS,[7]SpartaDOS X,[8]ReactOS,[9]SymbOS, and DexOS operating systems as well as in theEFI shell.[10] OnMS-DOS, the command is available in versions 1 and later.[11]
InUnix, thedate command displays and sets both the time and date, in a similar manner.
Thesyntax differs depending on the specific platform and implementation:

TIME.COM (among other commands) inIBM PC DOS 1.0.TIME [time]
TIME [hh-mm-ss] [/N]
Note:/N means no prompt forTIME.
TIME [/T | time]
When this command is called from the command line or a batch script, it will display the time and wait for the user to type a new time and press RETURN. Pressing RETURN without entering a new time will keep the current system time. The parameter '/T' will bypass asking the user to reset the time. The '/T' parameter is supported inWindows Vista and later and only if Command Extensions are enabled.[4]
TIME [/T] [hh[:mm[:ss]]] [AM | PM]/T: (display only)hh: The hour (0–23).mm: The minute (0–59).ss: The second (0–59), set to 0 if omitted.
[C:\]TIMECurrent time is: 3:25 PMEnter the new time:
C:\>TIME 15:42C:\>TIME 3:42P
C:\SYS\SHELL\4DOS>TIME /T19:30:42