| ... | @@ -890,7 +890,7 @@ pub const Clock = enum { | ... | @@ -890,7 +890,7 @@ pub const Clock = enum { |
| 890 | if (t.clock == clock) return t; | 890 | if (t.clock == clock) return t; |
| 891 | const now_old = t.clock.now(io); | 891 | const now_old = t.clock.now(io); |
| 892 | const now_new = clock.now(io); | 892 | const now_new = clock.now(io); |
| 893 | const duration = now_old.durationTo(t); | 893 | const duration = now_old.durationTo(t.raw); |
| 894 | return .{ | 894 | return .{ |
| 895 | .clock = clock, | 895 | .clock = clock, |
| 896 | .raw = now_new.addDuration(duration), | 896 | .raw = now_new.addDuration(duration), |