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 6060d13 + 3997d37 commit 8c6196cCopy full SHA for 8c6196c
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