//! Hikari EFI Time Constants pub const TIMEZONE_UNSPECIFIED: i16 = 0x07FF; pub const DAYLIGHT_ADJUST: u8 = 0x01; pub const DAYLIGHT_TIME: u8 = 0x02;