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
|
var action = new UserAction
|
||||||
{
|
{
|
||||||
InstallationId = installationId,
|
InstallationId = installationId,
|
||||||
Timestamp = DateTime.Now,
|
Timestamp = DateTime.UtcNow,
|
||||||
Description = configString
|
Description = configString
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue