Compare commits

...

1 Commits

Author SHA1 Message Date
Gregor Vostrak
0de9821c6b fix archived_at timestamp of client in exporter 2025-11-11 12:50:43 +01:00

View File

@@ -167,7 +167,7 @@ class ExportService
$client->id,
$client->name,
$client->organization_id,
$client->archived_at ?? '',
$client->archived_at?->toIso8601ZuluString() ?? '',
$client->created_at?->toIso8601ZuluString() ?? '',
$client->updated_at?->toIso8601ZuluString() ?? '',
]);