Skip to content

Commit e15940e

Browse files
committed
Merge branch 'Release-2024.29-Hotfix-2.0' into Release-2024.32
2 parents 6c54f88 + 3997d37 commit e15940e

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)