Skip to content

Commit dc7b6cb

Browse files
committed
Pass time on create preregistration call
1 parent ae3c16b commit dc7b6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Informat/Directories/Preregistrations/CreatePreregistration/CreatePreregistrationCall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ protected function getBody(): array
469469
'admgrpDetail' => $this->admgrpDetail,
470470
'preRegistrationDate' => $this->preRegistrationDate === null
471471
? null
472-
: $this->preRegistrationDate->format('Y-m-d'),
472+
: $this->preRegistrationDate->format('c'),
473473
'startDate' => $this->startDate->format('Y-m-d'),
474474
'registrationStatus' => $this->registrationStatus,
475475
'remark' => $this->remark,

0 commit comments

Comments
 (0)