mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update audit timestamp origin
This commit is contained in:
parent
acf86e47e2
commit
b387823d63
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ class Audits extends Action
|
|||
'mode' => $mode,
|
||||
'data' => $auditPayload,
|
||||
],
|
||||
'timestamp' => DateTime::formatTz(DateTime::now())
|
||||
'timestamp' => date("Y-m-d H:i:s", $message->getTimestamp()),
|
||||
];
|
||||
|
||||
if (isset($this->logs[$project->getInternalId()])) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue