libkdumpfile-0.5.4
Kernel coredump file access
Data Fields
efi_time Struct Reference

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...
 

Detailed Description

Standard EFI time specification.

Field Documentation

◆ _pad1

uint8_t efi_time::_pad1

Padding.

◆ _pad2

uint8_t efi_time::_pad2

Padding.

◆ day

uint8_t efi_time::day

Day of the month (1 - 31).

◆ daylight

uint8_t efi_time::daylight

Daylight saving time.

◆ hour

uint8_t efi_time::hour

Hour (0 - 23).

◆ minute

uint8_t efi_time::minute

Minute (0 - 59).

◆ month

uint8_t efi_time::month

Month (1 - 12).

◆ nanosecond

uint32_t efi_time::nanosecond

Nanosecond (0 - 999,999,999).

◆ second

uint8_t efi_time::second

Second (0 - 59).

◆ timezone

int16_t efi_time::timezone

Timezone (-1440 - 1440 or 2047).

◆ year

uint16_t efi_time::year

Full year (1900 - 9999).


The documentation for this struct was generated from the following file: