TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-197
SETTIME Command (Super-Group Only)
SETTIME Command (Super-Group Only)
Use the SETTIME command to set the date and time-of-day clock for the system. You
normally use SETTIME after you cold load the first processor from disk, but before you
load the rest of the system using the RELOAD command. You can also use SETTIME
to reset the system clocks after a power failure (the interval clock in a processor
module stops when power is interrupted). To use the SETTIME command, you must
have a group ID of 255.
month
is the name of the month. You must give at least the first three letters of the name
of the month. You can use uppercase or lowercase for month.
day
is the day of the month, specified as an integer in the range from 1 to 31, inclusive.
year
is the 4-digit calendar year, from 1975 through 9999.
hour
is the hour of the day, specified as an integer in the range from 0 to 23, inclusive.
min
is the minute of the hour, specified as an integer in the range from 0 to 59,
inclusive.
sec
is the second of the minute, specified as an optional integer in the range from 0 to
59, inclusive. If you omit sec, 0 is assumed.
GMT
is Greenwich mean time.
LST
is local standard time.
LCT
is local civil time (LST corrected for daylight-saving time). LCT is the default.
SETTIME { month day | day month } year , hour: min[: sec] {
GMT | LST | LCT }