fixed Configuration timestamp issue when added to History of Action

This commit is contained in:
Yinyin Liu 2025-11-19 11:22:44 +01:00
parent 5a6adbc4ec
commit 4b35fca8f2
1 changed files with 1 additions and 1 deletions

View File

@ -967,7 +967,7 @@ public class Controller : ControllerBase
var action = new UserAction
{
InstallationId = installationId,
Timestamp = DateTime.Now,
Timestamp = DateTime.UtcNow,
Description = configString
};