mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
@@ -905,8 +905,7 @@ fn buildJSONVersionResponse(
|
||||
}
|
||||
|
||||
fn timestamp() u32 {
|
||||
const ts = std.posix.clock_gettime(std.posix.CLOCK.MONOTONIC) catch unreachable;
|
||||
return @intCast(ts.sec);
|
||||
return @import("datetime.zig").timestamp();
|
||||
}
|
||||
|
||||
// In-place string lowercase
|
||||
|
||||
Reference in New Issue
Block a user