libkdumpfile-0.5.3
Kernel coredump file access
|
Standard EFI time specification. More...
Data Fields | |
uint16_t | year |
Full year (1900 - 9999). More... | |
uint8_t | month |
Month (1 - 12). More... | |
uint8_t | day |
Day of the month (1 - 31). More... | |
uint8_t | hour |
Hour (0 - 23). More... | |
uint8_t | minute |
Minute (0 - 59). More... | |
uint8_t | second |
Second (0 - 59). More... | |
uint8_t | _pad1 |
Padding. More... | |
uint32_t | nanosecond |
Nanosecond (0 - 999,999,999). More... | |
int16_t | timezone |
Timezone (-1440 - 1440 or 2047). More... | |
uint8_t | daylight |
Daylight saving time. More... | |
uint8_t | _pad2 |
Padding. More... | |
Standard EFI time specification.
uint8_t efi_time::_pad1 |
Padding.
uint8_t efi_time::_pad2 |
Padding.
uint8_t efi_time::day |
Day of the month (1 - 31).
uint8_t efi_time::daylight |
Daylight saving time.
uint8_t efi_time::hour |
Hour (0 - 23).
uint8_t efi_time::minute |
Minute (0 - 59).
uint8_t efi_time::month |
Month (1 - 12).
uint32_t efi_time::nanosecond |
Nanosecond (0 - 999,999,999).
uint8_t efi_time::second |
Second (0 - 59).
int16_t efi_time::timezone |
Timezone (-1440 - 1440 or 2047).
uint16_t efi_time::year |
Full year (1900 - 9999).