We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c54f88 + 3997d37 commit e15940eCopy full SHA for e15940e
DigitalLearningSolutions.Data/Utilities/ClockUtility.cs
@@ -10,7 +10,7 @@ public interface IClockUtility
10
11
public class ClockUtility : IClockUtility
12
{
13
- public DateTime UtcNow => DateTime.Now;
+ public DateTime UtcNow => DateTime.UtcNow;
14
public DateTime UtcToday => UtcNow.Date;
15
}
16
0 commit comments