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 2d700ed + a3df63f commit 3997d37Copy full SHA for 3997d37
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