Microsoft.Extensions.Internal.ISystemClock
Abstracts the system clock to facilitate testing.
namespace Microsoft.Extensions.Internal
{
public interface ISystemClock
{
DateTimeOffset UtcNow { get; }
}
}