| ... | @@ -874,7 +874,7 @@ pub const Clock = enum { | ... | @@ -874,7 +874,7 @@ pub const Clock = enum { |
| 874 | if (t.clock == clock) return t; | 874 | if (t.clock == clock) return t; |
| 875 | const now_old = t.clock.now(io); | 875 | const now_old = t.clock.now(io); |
| 876 | const now_new = clock.now(io); | 876 | const now_new = clock.now(io); |
| 877 | const duration = now_old.durationTo(t); | 877 | const duration = now_old.durationTo(t.raw); |
| 878 | return .{ | 878 | return .{ |
| 879 | .clock = clock, | 879 | .clock = clock, |
| 880 | .raw = now_new.addDuration(duration), | 880 | .raw = now_new.addDuration(duration), |