Skip to content

Commit ce6db8d

Browse files
committed
fix back the date format fix
1 parent 23d14b3 commit ce6db8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ObjectSerializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*/
4747
class ObjectSerializer
4848
{
49-
private static string $dateTimeFormat = \DateTime::ATOM;
49+
private static string $dateTimeFormat = 'Y-m-d\TH:i:s.v\Z';
5050

5151
/**
5252
* Change the date format.

0 commit comments

Comments
 (0)