Skip to content

Commit 8c6196c

Browse files
authored
Merge pull request #2769 from TechnologyEnhancedLearning/Release-2024.29-Hotfix-2.0
Release 2024.29 hotfix 2.0
2 parents 6060d13 + 3997d37 commit 8c6196c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Data/Utilities/ClockUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public interface IClockUtility
1010

1111
public class ClockUtility : IClockUtility
1212
{
13-
public DateTime UtcNow => DateTime.Now;
13+
public DateTime UtcNow => DateTime.UtcNow;
1414
public DateTime UtcToday => UtcNow.Date;
1515
}
1616
}

0 commit comments

Comments
 (0)