Module firmware_uefi::service::time
source · Expand description
Real Time Clock Interface used by the UEFI Time Service
Provides an interface to persist the time set by the guest (with UEFI SetTime) so that the time retrieved by the guest (with UEFI GetTime) reflects the time that has elapsed. Currently only used on ARM64.