Update audit timestamp origin

This commit is contained in:
shimon 2025-03-11 09:17:28 +02:00
parent acf86e47e2
commit b387823d63

View file

@ -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()])) {