Skip to content

Commit 648918a

Browse files
committed
Update datetime format
1 parent bca6275 commit 648918a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Value/DateTimeImmutable/DateTimeImmutableValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function toDateTimeImmutable(): \DateTimeImmutable
4141
*/
4242
public function toString(): string
4343
{
44-
return $this->value->format('l, jS, F Y');
44+
return $this->value->format('l, jS, F Y H:i:s');
4545
}
4646

4747
/**

0 commit comments

Comments
 (0)