代码仓
中
Get SEL Time
更新时间: 2026/08/06
在AtomGit上查看源码

Get SEL Time ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information ​

Function Description ​

Obtains the SEL time.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFnStorage 0Ah
CMD48h

Response Information ​

ByteData Field
1Completion Code
2:5Present Timestamp clock reading. LS byte first.Time is an unsigned 32-bit value representing the local time as the number of seconds from 00:00:00, January 1,1970.
0xFFFFFFFF indicates an invalid or unspecified time value.
0x00000000 through 0x20000000 are used for timestamping events that occur after the initialization of the System Event Log device up to the time that the timestamp is set with the system time value.

Command Example ​

Obtain the SEL time. ​

Request:

bash
ipmicmd -k "0f 00 0A 48" smi 0

Response:

text
0f 0b 00 48 00 e4 27 ef 61

Back to Index ​