After https://gitlab.winehq.org/wine/wine/-/merge_requests/8916 `RtlQueryUnbiasedInterruptTime` now includes suspend time as well when it shouldn't. This fixes this and also allows other components like winevulkan to ~~use `RtlQueryUnbiasedInterruptTime`, if that kind of tick count is necessary there~~ get the InterruptTimeBias for their own clock conversions. ~~Since calculating the bias is relatively expensive, this is done together with the timezone bias update every second in such a way that it can only monotonically increase.~~ -- v3: server: Calculate and store InterruptTimeBias in user shared data. ntdll: Subtract InterruptTimeBias in RtlQueryUnbiasedInterruptTime(). https://gitlab.winehq.org/wine/wine/-/merge_requests/9875