|
Description:
|
sysCurrentTime OBJECT-TYPE
SYNTAX DisplayString(SIZE(20))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This is a text string in the following form, based on Unix:
'Mmm _d hh:mm:ss yyyy'. 'Mmm' are the first three letters
of the English name of the month. '_d' is the day of month.
A single-digit day is preceded by a space. 'hh:mm:ss' is
a 24-hour representations of hours, minutes, and seconds.
A single-digit hour is preceded by a zero. 'yyyy' is a
four-digit year. An example is: 'Jan 1 02:03:04 2002'."
|
|
|