Skip to content

Commit 52cb242

Browse files
committed
TD-3712 Correcting GetUTCDate()
1 parent 312ef00 commit 52cb242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Data/DataServices/LoginDataService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public void UpdateLastAccessedForUsersTable(int Id)
2121
{
2222
connection.Execute(
2323
@"UPDATE Users SET
24-
LastAccessed = GETDATE()
24+
LastAccessed = GetUtcDate()
2525
WHERE ID = @Id",
2626
new
2727
{

0 commit comments

Comments
 (0)