Skip to content

v1.0.0-preview.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@egil egil released this 04 Sep 23:23
· 31 commits to main since this release
909271c
  • Added Jump(TimeSpan) and Jump(DateTimeOffset) methods that will jump time to the specified place. Any timer callbacks between the start and end of the jump will be invoked the expected number of times, but the date/time returned from GetUtcNow() and GetTimestamp() will always be the jump time. This differs from how Advance and SetUtcNow works. See the readme for a detailed description.