We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3417b60 commit 6eca0c2Copy full SHA for 6eca0c2
app/Service/Export/ExportService.php
@@ -167,7 +167,7 @@ public function export(Organization $organization): string
167
$client->id,
168
$client->name,
169
$client->organization_id,
170
- $client->archived_at ?? '',
+ $client->archived_at?->toIso8601ZuluString() ?? '',
171
$client->created_at?->toIso8601ZuluString() ?? '',
172
$client->updated_at?->toIso8601ZuluString() ?? '',
173
]);
0 commit comments