Skip to content
Snippets Groups Projects
Verified Commit 4bcde042 authored by Alexandre Morin's avatar Alexandre Morin
Browse files

#7332 - date format incorrect

parent 4a19282e
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ trait ArchiveTransferSendingTrait ...@@ -37,6 +37,7 @@ trait ArchiveTransferSendingTrait
public function send($message) public function send($message)
{ {
$archiveTransferReply = abstractMessage::send($message); $archiveTransferReply = abstractMessage::send($message);
$archiveTransferReply->date = date_format($archiveTransferReply->date, "Y-m-d\TH:i:s\Z");
$archiveTransferReply->transferIdentifier = \laabs::newInstance('seda/ID', $message->reference); $archiveTransferReply->transferIdentifier = \laabs::newInstance('seda/ID', $message->reference);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment