fixed Configuration timestamp issue when added to History of Action
This commit is contained in:
parent
5a6adbc4ec
commit
4b35fca8f2
|
|
@ -967,7 +967,7 @@ public class Controller : ControllerBase
|
|||
var action = new UserAction
|
||||
{
|
||||
InstallationId = installationId,
|
||||
Timestamp = DateTime.Now,
|
||||
Timestamp = DateTime.UtcNow,
|
||||
Description = configString
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue