diff --git a/lib/std/os/uefi.zig b/lib/std/os/uefi.zig index c9391f956d2a328dfdd431a236418bf65ddf9bc1..d8f08911b3eb595a8b29ae8546a5f8dd757e3eb3 100644 --- a/lib/std/os/uefi.zig +++ b/lib/std/os/uefi.zig @@ -111,7 +111,7 @@ pub const Guid = extern struct { const time_mid = @byteSwap(self.time_mid); const time_high_and_version = @byteSwap(self.time_high_and_version); - return writer.print("{x:0>8}-{x:0>4}-{x:0>4}-{x:0>2}{x:0>2}-{x:0>12}", .{ + return writer.print("{x:0>8}-{x:0>4}-{x:0>4}-{x:0>2}{x:0>2}-{x}", .{ std.mem.asBytes(&time_low), std.mem.asBytes(&time_mid), std.mem.asBytes(&time_high_and_version),