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 ae3c16b commit dc7b6cbCopy full SHA for dc7b6cb
src/Informat/Directories/Preregistrations/CreatePreregistration/CreatePreregistrationCall.php
@@ -469,7 +469,7 @@ protected function getBody(): array
469
'admgrpDetail' => $this->admgrpDetail,
470
'preRegistrationDate' => $this->preRegistrationDate === null
471
? null
472
- : $this->preRegistrationDate->format('Y-m-d'),
+ : $this->preRegistrationDate->format('c'),
473
'startDate' => $this->startDate->format('Y-m-d'),
474
'registrationStatus' => $this->registrationStatus,
475
'remark' => $this->remark,
0 commit comments