Skip to content

Commit

Permalink
Use DateTime::ATOM instead
Browse files Browse the repository at this point in the history
Close #66
  • Loading branch information
baopham committed Aug 12, 2017
1 parent f891a24 commit 37dabf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamoDbModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ abstract class DynamoDbModel extends Model
* Default Date format
* ISO 8601 Compliant
*/
protected $dateFormat = DateTime::ISO8601;
protected $dateFormat = DateTime::ATOM;


public function __construct(array $attributes = [])
Expand Down

0 comments on commit 37dabf1

Please sign in to comment.