<PackageReference Include="System.Reactive" Version="6.0.1" />

System.Reactive.PlatformServices.ISystemClock

public interface ISystemClock
(Infrastructure) Provides access to the local system clock.
namespace System.Reactive.PlatformServices { public interface ISystemClock { DateTimeOffset UtcNow { get; } } }