pub fn now(ws: *const WebServer) i64
pub fn now(ws: *const WebServer) i64 { const graph = ws.graph; const io = graph.io; const ts = base_clock.now(io); return @intCast(ws.base_timestamp.durationTo(ts).toNanoseconds()); }