diff --git a/csharp/App/Backend/Controller.cs b/csharp/App/Backend/Controller.cs index 4f5496ad7..8270d4c40 100644 --- a/csharp/App/Backend/Controller.cs +++ b/csharp/App/Backend/Controller.cs @@ -967,7 +967,7 @@ public class Controller : ControllerBase var action = new UserAction { InstallationId = installationId, - Timestamp = DateTime.Now, + Timestamp = DateTime.UtcNow, Description = configString };