We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd63fb commit 5ee9bccCopy full SHA for 5ee9bcc
uefi/src/table/runtime.rs
@@ -473,7 +473,7 @@ impl Time {
473
/// Query the time offset in minutes from UTC, or None if using local time.
474
#[must_use]
475
pub const fn time_zone(&self) -> Option<i16> {
476
- if self.0.time_zone == 2047 {
+ if self.0.time_zone == Self::UNSPECIFIED_TIMEZONE {
477
None
478
} else {
479
Some(self.0.time_zone)
0 commit comments