Skip to content

Commit 37dabf1

Browse files
committed
Use DateTime::ATOM instead
Close #66
1 parent f891a24 commit 37dabf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DynamoDbModel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ abstract class DynamoDbModel extends Model
6262
* Default Date format
6363
* ISO 8601 Compliant
6464
*/
65-
protected $dateFormat = DateTime::ISO8601;
65+
protected $dateFormat = DateTime::ATOM;
6666

6767

6868
public function __construct(array $attributes = [])

0 commit comments

Comments
 (0)