We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f891a24 commit 37dabf1Copy full SHA for 37dabf1
src/DynamoDbModel.php
@@ -62,7 +62,7 @@ abstract class DynamoDbModel extends Model
62
* Default Date format
63
* ISO 8601 Compliant
64
*/
65
- protected $dateFormat = DateTime::ISO8601;
+ protected $dateFormat = DateTime::ATOM;
66
67
68
public function __construct(array $attributes = [])
0 commit comments