Provides a mechanism for getting the current system time.
public interface ISystemTime
| name | description |
|---|---|
| GetUtcNow() | Gets the current UTC time. |
This is intended to return the current system time in production, but can return a fixed value for testing.